aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorGeorge Fraser <[email protected]>2020-05-09 20:24:59 +0100
committerGeorge Fraser <[email protected]>2020-05-10 21:07:28 +0100
commita91d15c80c337dd1afb0eddd5eb048010d098ac7 (patch)
tree0e3ea6003923f4da2ba644267891eaac452a3911 /editors/code/package.json
parentcff0d6b6e667832a3822d84718dd0e1d44272cf7 (diff)
Import built-in textmate grammar, with no changes
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index a86d0ad0d..40ae3ab9e 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -479,6 +479,11 @@
479 ], 479 ],
480 "grammars": [ 480 "grammars": [
481 { 481 {
482 "language": "rust",
483 "scopeName": "source.rust",
484 "path": "rust.tmGrammar.json"
485 },
486 {
482 "language": "ra_syntax_tree", 487 "language": "ra_syntax_tree",
483 "scopeName": "source.ra_syntax_tree", 488 "scopeName": "source.ra_syntax_tree",
484 "path": "ra_syntax_tree.tmGrammar.json" 489 "path": "ra_syntax_tree.tmGrammar.json"