提交 4ef9dcd6 编写于 作者: M Martin Aeschlimann

[java] add grammar update script

上级 e11ba0b9
......@@ -3,6 +3,9 @@
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js textmate/java.tmbundle Syntaxes/Java.plist ./syntaxes/java.json"
},
"contributes": {
"languages": [{
"id": "java",
......@@ -13,7 +16,7 @@
"grammars": [{
"language": "java",
"scopeName": "source.java",
"path": "./syntaxes/Java.plist"
"path": "./syntaxes/java.json"
}]
}
}
\ No newline at end of file
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册