Disable math highlighting in markdown fenced code blocks

This commit is contained in:
Matt Bierner
2021-07-01 15:46:29 -07:00
parent 5adddeeb76
commit 3d2a28fcd8
4 changed files with 135 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"fileTypes": [],
"injectionSelector": "L:meta.paragraph.markdown - (comment, string, markup.math.inline.markdown)",
"injectionSelector": "L:meta.paragraph.markdown - (comment, string, markup.math.inline.markdown, markup.fenced_code.block.markdown)",
"patterns": [
{
"include": "#math_inline"