builtin class/constants/symbols highlight support

multiline string and StringName highlight support
This commit is contained in:
Geequlim
2016-12-28 16:16:26 +08:00
parent 4d783df94e
commit ec07cb51e8
3 changed files with 29 additions and 10 deletions

4
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

View File

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