ソースを参照

builtin class/constants/symbols highlight support
multiline string and StringName highlight support

Geequlim 8 年 前
コミット
ec07cb51e8
3 ファイル変更6 行追加6 行削除
  1. 3 1
      .gitignore
  2. 2 4
      configrations/GDScript.tmLanguage.json
  3. 1 1
      configrations/snippets.json

+ 3 - 1
.gitignore

@@ -2,4 +2,6 @@ out
 node_modules
 server
 test
-*.vsix
+*.vsix
+configrations/tmp.txt
+configrations/test.py

ファイルの差分が大きいため隠しています
+ 2 - 4
configrations/GDScript.tmLanguage.json


+ 1 - 1
configrations/snippets.json

@@ -7,7 +7,7 @@
 	"Subclass": {
 		"prefix": "class",
 		"body": [
-			"class '$1' extends ${2:Reference}",
+			"class $1 extends ${2:Reference}",
 			"\t$3"
 		]
 	},

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません