mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
update grammars
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
"include": "#fenced_code_block_groovy"
|
||||
},
|
||||
{
|
||||
"include": "#fenced_code_block_pug"
|
||||
"include": "#fenced_code_block_jade"
|
||||
},
|
||||
{
|
||||
"include": "#fenced_code_block_js"
|
||||
@@ -1058,7 +1058,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"fenced_code_block_pug": {
|
||||
"fenced_code_block_jade": {
|
||||
"begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(jade|pug)(\\s+[^`~]*)?$)",
|
||||
"name": "markup.fenced_code.block.markdown",
|
||||
"end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$",
|
||||
|
||||
Reference in New Issue
Block a user