mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
[jade] convert to json: davidrios/jade-tmbundle@7c1304a (2016-04-29)
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
"scripts": {
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js davidrios/jade-tmbundle Syntaxes/Jade.tmLanguage ./syntaxes/Jade.json"
|
||||
},
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "jade",
|
||||
@@ -13,7 +16,7 @@
|
||||
"grammars": [{
|
||||
"language": "jade",
|
||||
"scopeName": "text.jade",
|
||||
"path": "./syntaxes/Jade.tmLanguage"
|
||||
"path": "./syntaxes/Jade.json"
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user