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.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ca5f2ebc8..160a62e46 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -734,6 +734,17 @@
734 "extensions": [ 734 "extensions": [
735 ".rast" 735 ".rast"
736 ] 736 ]
737 },
738 {
739 "id": "rust",
740 "extensions": [
741 ".rs"
742 ],
743 "aliases": [
744 "Rust",
745 "rs"
746 ],
747 "configuration": "language-configuration.json"
737 } 748 }
738 ], 749 ],
739 "grammars": [ 750 "grammars": [