diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-22 04:02:28 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-22 04:02:28 +0000 |
commit | 61711d975777b176ca2a93ec1ceb2bed661fc6d7 (patch) | |
tree | 02c906f5af35a810fefa2ee46905f79ccd44c497 /editors/code/package.json | |
parent | ba71685343ccdca9de3899d2ae634aaa8185c359 (diff) | |
parent | 133a32d446c90ebcf1fc6591ca41928d911fe2af (diff) |
Merge #6984
6984: Remove TextMate grammar r=dustypomerleau a=lnicola
Closes #6267
This is now included upstream in VS Code.
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index ad01fea7b..abcc84eda 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -749,11 +749,6 @@ | |||
749 | ], | 749 | ], |
750 | "grammars": [ | 750 | "grammars": [ |
751 | { | 751 | { |
752 | "language": "rust", | ||
753 | "scopeName": "source.rust", | ||
754 | "path": "rust.tmGrammar.json" | ||
755 | }, | ||
756 | { | ||
757 | "language": "ra_syntax_tree", | 752 | "language": "ra_syntax_tree", |
758 | "scopeName": "source.ra_syntax_tree", | 753 | "scopeName": "source.ra_syntax_tree", |
759 | "path": "ra_syntax_tree.tmGrammar.json" | 754 | "path": "ra_syntax_tree.tmGrammar.json" |