aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-12-21 16:58:33 +0000
committerLaurenČ›iu Nicola <[email protected]>2020-12-21 16:58:46 +0000
commit133a32d446c90ebcf1fc6591ca41928d911fe2af (patch)
treeece8f4b6570661a5fc88e1aecfad1d6fe4940ea5 /editors/code/package.json
parent71c8073aa1e2cd3101a031a4f10e460013d4df74 (diff)
Remove TextMate grammar
It's now included upstream in VS Code
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ad01fea7b..abcc84eda 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -749,11 +749,6 @@
749 ], 749 ],
750 "grammars": [ 750 "grammars": [
751 { 751 {
752 "language": "rust",
753 "scopeName": "source.rust",
754 "path": "rust.tmGrammar.json"
755 },
756 {
757 "language": "ra_syntax_tree", 752 "language": "ra_syntax_tree",
758 "scopeName": "source.ra_syntax_tree", 753 "scopeName": "source.ra_syntax_tree",
759 "path": "ra_syntax_tree.tmGrammar.json" 754 "path": "ra_syntax_tree.tmGrammar.json"