aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 146b696e9..87999fe22 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -411,6 +411,21 @@
411 ] 411 ]
412 } 412 }
413 ], 413 ],
414 "languages": [
415 {
416 "id": "ra_syntax_tree",
417 "extensions": [
418 ".rast"
419 ]
420 }
421 ],
422 "grammars": [
423 {
424 "language": "ra_syntax_tree",
425 "scopeName": "source.ra_syntax_tree",
426 "path": "ra_syntax_tree.tmGrammar.json"
427 }
428 ],
414 "problemMatchers": [ 429 "problemMatchers": [
415 { 430 {
416 "name": "rustc", 431 "name": "rustc",