Skip to content

Commit f31f4ed

Browse files
authored
chore: remove the vim-markdown language (#67)
This is only used for the viml injection in markdown code blocks. However, no language is needed for this, only the scope name. All defined languages show up in the VSCode language selector.
1 parent 601a476 commit f31f4ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"path": "./syntaxes/vroom.tmLanguage.json"
7676
},
7777
{
78-
"language": "vim-markdown",
7978
"scopeName": "markdown.vim.codeblock",
8079
"path": "./syntaxes/codeblock.json",
8180
"injectTo": [
@@ -130,9 +129,6 @@
130129
],
131130
"configuration": "./syntaxes/snippet.language-configuration.json"
132131
},
133-
{
134-
"id": "vim-markdown"
135-
},
136132
{
137133
"id": "vroom",
138134
"aliases": [
@@ -149,7 +145,6 @@
149145
"onLanguage:viml",
150146
"onLanguage:vim-help",
151147
"onLanguage:vim-snippet",
152-
"onLanguage:vim-markdown",
153148
"onLanguage:vroom",
154149
"workspaceContains:**/.*txt"
155150
],

0 commit comments

Comments
 (0)