mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Fix highlighting of dollar amount at start of line in md files
Fixes #136535
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"single_dollar_math_block": {
|
||||
"name": "markup.math.block.markdown",
|
||||
"contentName": "meta.embedded.math.markdown",
|
||||
"begin": "(?<=^\\s*)(\\${1})(?![^$]*\\${1})",
|
||||
"begin": "(?<=^\\s*)(\\$)(?![^$]*\\$|\\d)",
|
||||
"beginCaptures": {
|
||||
"1": {
|
||||
"name": "punctuation.definition.math.begin.markdown"
|
||||
|
||||
Reference in New Issue
Block a user