mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Remove TextMate grammar
It's now included upstream in VS Code
This commit is contained in:
parent
71c8073aa1
commit
133a32d446
3 changed files with 0 additions and 1146 deletions
|
@ -4,6 +4,5 @@
|
|||
!package.json
|
||||
!package-lock.json
|
||||
!ra_syntax_tree.tmGrammar.json
|
||||
!rust.tmGrammar.json
|
||||
!icon.png
|
||||
!README.md
|
||||
|
|
|
@ -748,11 +748,6 @@
|
|||
}
|
||||
],
|
||||
"grammars": [
|
||||
{
|
||||
"language": "rust",
|
||||
"scopeName": "source.rust",
|
||||
"path": "rust.tmGrammar.json"
|
||||
},
|
||||
{
|
||||
"language": "ra_syntax_tree",
|
||||
"scopeName": "source.ra_syntax_tree",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue