Skip to content

Commit a91d15c

Browse files
committed
Import built-in textmate grammar, with no changes
1 parent cff0d6b commit a91d15c

File tree

3 files changed

+698
-0
lines changed

3 files changed

+698
-0
lines changed

editors/code/.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
!package.json
44
!package-lock.json
55
!ra_syntax_tree.tmGrammar.json
6+
!rust.tmGrammar.json
67
!icon.png
78
!README.md

editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,11 @@
478478
}
479479
],
480480
"grammars": [
481+
{
482+
"language": "rust",
483+
"scopeName": "source.rust",
484+
"path": "rust.tmGrammar.json"
485+
},
481486
{
482487
"language": "ra_syntax_tree",
483488
"scopeName": "source.ra_syntax_tree",

0 commit comments

Comments
 (0)