mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
builtin class/constants/symbols highlight support
multiline string and StringName highlight support
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
@@ -7,7 +7,7 @@
|
||||
"Subclass": {
|
||||
"prefix": "class",
|
||||
"body": [
|
||||
"class '$1' extends ${2:Reference}",
|
||||
"class $1 extends ${2:Reference}",
|
||||
"\t$3"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user