Explorar el Código

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

Geequlim hace 8 años
padre
commit
ec07cb51e8
Se han modificado 3 ficheros con 6 adiciones y 6 borrados
  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

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 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"
 		]
 	},

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio