소스 검색

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"
 		]
 	},

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.