Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0141a6b

Browse files
committed
Remove markdown injection
1 parent 403433a commit 0141a6b

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

editors/code/.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
!package-lock.json
1111
!package.json
1212
!ra_syntax_tree.tmGrammar.json
13-
!rustdoc.markdown.injection.tmGrammar.json
1413
!server
1514
!README.md

editors/code/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,16 +1646,6 @@
16461646
"language": "ra_syntax_tree",
16471647
"scopeName": "source.ra_syntax_tree",
16481648
"path": "ra_syntax_tree.tmGrammar.json"
1649-
},
1650-
{
1651-
"scopeName": "source.rustdoc.markdown.injection",
1652-
"path": "rustdoc.markdown.injection.tmGrammar.json",
1653-
"injectTo": [
1654-
"source.rust"
1655-
],
1656-
"embeddedLanguages": {
1657-
"meta.embedded.block.markdown": "text.html.markdown"
1658-
}
16591649
}
16601650
],
16611651
"problemMatchers": [

editors/code/rustdoc.markdown.injection.tmGrammar.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)