about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2023-06-23 11:31:10 +0200
committerLukas Wirth <lukastw97@gmail.com>2023-06-23 11:31:10 +0200
commit0141a6b65ca87000fe1ef352446d1bca065e2529 (patch)
tree756980f0624a6eb07914cee7777757f93adf6109 /editors/code/package.json
parent403433a35559962ad0df91c0ae85ab03e918ba54 (diff)
downloadrust-0141a6b65ca87000fe1ef352446d1bca065e2529.tar.gz
rust-0141a6b65ca87000fe1ef352446d1bca065e2529.zip
Remove markdown injection
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 240ec1f836e..a95689193da 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -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": [