Skip to content

Commit 133a32d

Browse files
committed
Remove TextMate grammar
It's now included upstream in VS Code
1 parent 71c8073 commit 133a32d

File tree

3 files changed

+0
-1146
lines changed

3 files changed

+0
-1146
lines changed

editors/code/.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
!package.json
55
!package-lock.json
66
!ra_syntax_tree.tmGrammar.json
7-
!rust.tmGrammar.json
87
!icon.png
98
!README.md

editors/code/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,6 @@
748748
}
749749
],
750750
"grammars": [
751-
{
752-
"language": "rust",
753-
"scopeName": "source.rust",
754-
"path": "rust.tmGrammar.json"
755-
},
756751
{
757752
"language": "ra_syntax_tree",
758753
"scopeName": "source.ra_syntax_tree",

0 commit comments

Comments
 (0)