Skip to content

Commit bb59097

Browse files
committed
Update md grammar
1 parent a855416 commit bb59097

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/markdown-basics/syntaxes/markdown.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7-
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/98d4a7b3eb094a162c6978bb8df63cbbfe015c55",
7+
"version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/0bd394a33046eeb204a9ebebdffb113d39587591",
88
"name": "Markdown",
99
"scopeName": "text.html.markdown",
1010
"patterns": [
@@ -1164,7 +1164,7 @@
11641164
]
11651165
},
11661166
"fenced_code_block_json": {
1167-
"begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(json|sublime-settings|sublime-menu|sublime-keymap|sublime-mousemap|sublime-theme|sublime-build|sublime-project|sublime-completions)(\\s+[^`~]*)?$)",
1167+
"begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(json|json5|sublime-settings|sublime-menu|sublime-keymap|sublime-mousemap|sublime-theme|sublime-build|sublime-project|sublime-completions)(\\s+[^`~]*)?$)",
11681168
"name": "markup.fenced_code.block.markdown",
11691169
"end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$",
11701170
"beginCaptures": {

0 commit comments

Comments
 (0)