Skip to content

Commit

Permalink
Remove markdown injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Jun 23, 2023
1 parent 403433a commit 0141a6b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion editors/code/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
!package-lock.json
!package.json
!ra_syntax_tree.tmGrammar.json
!rustdoc.markdown.injection.tmGrammar.json
!server
!README.md
10 changes: 0 additions & 10 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1646,16 +1646,6 @@
"language": "ra_syntax_tree",
"scopeName": "source.ra_syntax_tree",
"path": "ra_syntax_tree.tmGrammar.json"
},
{
"scopeName": "source.rustdoc.markdown.injection",
"path": "rustdoc.markdown.injection.tmGrammar.json",
"injectTo": [
"source.rust"
],
"embeddedLanguages": {
"meta.embedded.block.markdown": "text.html.markdown"
}
}
],
"problemMatchers": [
Expand Down
23 changes: 0 additions & 23 deletions editors/code/rustdoc.markdown.injection.tmGrammar.json

This file was deleted.

0 comments on commit 0141a6b

Please sign in to comment.