Procházet zdrojové kódy

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

Geequlim před 8 roky
rodič
revize
ec07cb51e8

+ 3 - 1
.gitignore

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

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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"
 		]
 	},

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů