Move onEnterRules to language-configuration.json

This commit is contained in:
Alexandru Dima
2021-01-20 12:20:27 +01:00
parent 368c03fdc8
commit 2d5f7fd072
9 changed files with 7 additions and 81 deletions

View File

@@ -6,9 +6,6 @@
"publisher": "vscode",
"license": "MIT",
"engines": { "vscode": "*" },
"activationEvents": ["onLanguage:python"],
"main": "./out/pythonMain",
"browser": "./dist/browser/pythonMain",
"extensionKind": [ "ui", "workspace", "web" ],
"contributes": {
"languages": [{
@@ -29,8 +26,6 @@
}]
},
"scripts": {
"compile": "gulp compile-extension:python",
"watch": "gulp watch-extension:python",
"update-grammar": "node ../../build/npm/update-grammar.js MagicStack/MagicPython grammars/MagicPython.tmLanguage ./syntaxes/MagicPython.tmLanguage.json grammars/MagicRegExp.tmLanguage ./syntaxes/MagicRegExp.tmLanguage.json"
}
}