mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Corrected the regex to detect espaced percent symbol (#139437)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"patterns": [
|
||||
{
|
||||
"name": "comment.line.math.tex",
|
||||
"match": "(%)(.+)$",
|
||||
"match": "((?<!\\\\)%)(.+)$",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "punctuation.definition.comment.math.tex"
|
||||
|
||||
Reference in New Issue
Block a user