Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 86c9ed3

Browse files
committed
fix: add ref to new codeblock grammar in package.json
1 parent 8cd431d commit 86c9ed3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
"injectTo": [
5858
"text.html.markdown"
5959
]
60+
},
61+
{
62+
"scopeName": "markdown.feature.codeblock",
63+
"path": "./syntaxes/codeblock.json",
64+
"injectTo": [
65+
"text.html.markdown"
66+
]
6067
}
6168
],
6269
"snippets": [

0 commit comments

Comments
 (0)