Skip to content

Commit 246d11b

Browse files
committed
Auto merge of #15116 - Veykril:remove-markdown-injection, r=Veykril
Remove markdown injection again I really tried to make this work, but this stuff is so underdocumented and basically none of the regex options worked for me (not `match`, nor using `begin` and `end` pairs), VSCode basically doesn't help you out at all as it doesn't ever seem to report errors even when debugging an extension, so at this point I'm inclined to just remove this again, as it is only causing issues. Closes #15114 Closes #15111
2 parents 403433a + 0141a6b commit 246d11b

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)