[vb] syntax highlighting for "End Property" and "End Class". Fixes #10481

This commit is contained in:
Martin Aeschlimann
2017-01-20 11:32:36 +01:00
parent 882244ea24
commit 3ccb2f3237
3 changed files with 242 additions and 373 deletions

View File

@@ -3,6 +3,9 @@
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js textmate/asp.vb.net.tmbundle Syntaxes/ASP%20VB.net.plist ./syntaxes/asp-vb-net.tmlanguage.json"
},
"contributes": {
"languages": [{
"id": "vb",
@@ -13,7 +16,7 @@
"grammars": [{
"language": "vb",
"scopeName": "source.asp.vb.net",
"path": "./syntaxes/ASPVBnet.plist"
"path": "./syntaxes/asp-vb-net.tmlanguage.json"
}],
"snippets": [{
"language": "vb",