mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
Exclude Markdown injection grammar from .vscodeignore.
Enables Markdown injection introduced in #14866 but wasn't included in release due to it being ignored.
This commit is contained in:
parent
d567091f47
commit
942b392150
1 changed files with 1 additions and 0 deletions
|
@ -10,5 +10,6 @@
|
|||
!package-lock.json
|
||||
!package.json
|
||||
!ra_syntax_tree.tmGrammar.json
|
||||
!rustdoc.markdown.injection.tmGrammar.json
|
||||
!server
|
||||
!README.md
|
||||
|
|
Loading…
Reference in a new issue