mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
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 <lnicola@dend.ro>
This commit is contained in:
commit
61711d9757
3 changed files with 0 additions and 1146 deletions
|
@ -4,6 +4,5 @@
|
||||||
!package.json
|
!package.json
|
||||||
!package-lock.json
|
!package-lock.json
|
||||||
!ra_syntax_tree.tmGrammar.json
|
!ra_syntax_tree.tmGrammar.json
|
||||||
!rust.tmGrammar.json
|
|
||||||
!icon.png
|
!icon.png
|
||||||
!README.md
|
!README.md
|
||||||
|
|
|
@ -748,11 +748,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grammars": [
|
"grammars": [
|
||||||
{
|
|
||||||
"language": "rust",
|
|
||||||
"scopeName": "source.rust",
|
|
||||||
"path": "rust.tmGrammar.json"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"language": "ra_syntax_tree",
|
"language": "ra_syntax_tree",
|
||||||
"scopeName": "source.ra_syntax_tree",
|
"scopeName": "source.ra_syntax_tree",
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue