Browse Source

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

Geequlim 8 năm trước cách đây
mục cha
commit
ec07cb51e8
3 tập tin đã thay đổi với 6 bổ sung6 xóa
  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

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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"
 		]
 	},

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác