Skip to content

Commit

Permalink
Revert "Add syntax highlighting for markdown fenced code block"
Browse files Browse the repository at this point in the history
This reverts commit ac25b33.
  • Loading branch information
Vexu committed Sep 19, 2022
1 parent ef039ef commit 6505d8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@
"language": "zig",
"scopeName": "source.zig",
"path": "./syntaxes/zig.tmLanguage.json"
},
{
"language": "zig",
"scopeName": "markdown.zig.codeblock",
"path": "./syntaxes/codeblock.json",
"injectTo": [
"text.html.markdown"
],
"embeddedLanguages": {
"meta.embedded.block.zig": "zig"
}
}
],
"problemMatchers": [
Expand Down
45 changes: 0 additions & 45 deletions syntaxes/codeblock.json

This file was deleted.

0 comments on commit 6505d8f

Please sign in to comment.