Geequlim vor 8 Jahren
Ursprung
Commit
96dd5ee623
4 geänderte Dateien mit 12 neuen und 6 gelöschten Zeilen
  1. 6 1
      CHANGELOG.md
  2. 5 0
      README.md
  3. 0 4
      configrations/GDScript.tmLanguage.json
  4. 1 1
      package.json

+ 6 - 1
CHANGELOG.md

@@ -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

+ 5 - 0
README.md

@@ -43,6 +43,11 @@ Please feel free to open issues and pull requirests on github about the [Godot-T
 
 ## Release Notes
 
+### 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
 

+ 0 - 4
configrations/GDScript.tmLanguage.json

@@ -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": {

+ 1 - 1
package.json

@@ -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"