@@ -1,7 +1,12 @@
# Change Log
+### 0.1.2
+* Multiline string and `StringName` highlight support
+* Builtin classes, properties, functions and constants highlight support
+* Fix errors in code snipt
+
### 0.1.1
-* Better syntax highlit with GDScript
+* Better syntax highlight with GDScript
### 0.1.0
* Initial release
@@ -43,6 +43,11 @@ Please feel free to open issues and pull requirests on github about the [Godot-T
## Release Notes
* Better syntax highlit with GDScript
@@ -108,10 +108,6 @@
},
"match": "\\b(?i:(const))\\s+([a-zA-Z_][a-zA-Z_0-9]*)"
- {
- "match": "\\b([A-Z_0-9]+)\\b",
- "name": "constant.other.gdscript"
- },
{
"captures": {
"1": {
@@ -3,7 +3,7 @@
"displayName": "Godot Tools",
"icon": "icon.png",
"description": "\"Tools for game development with godot game engine\"",
- "version": "0.1.1",
+ "version": "0.1.2",
"publisher": "geequlim",
"engines": {
"vscode": "^1.5.0"