mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
@@ -32,7 +32,7 @@
|
||||
},
|
||||
{
|
||||
"name": "meta.function.math.tex",
|
||||
"begin": "((\\\\)([a-zA-Z_]+))(\\{)",
|
||||
"begin": "((\\\\)([a-zA-Z_]+))\\s*(\\{)",
|
||||
"beginCaptures": {
|
||||
"1": {
|
||||
"name": "storage.type.function.math.tex"
|
||||
@@ -74,7 +74,7 @@
|
||||
"name": "punctuation.definition.constant.math.tex"
|
||||
}
|
||||
},
|
||||
"match": "(\\\\)(?!begin\\{|verb)([A-Za-z]+)",
|
||||
"match": "(\\\\)(?!begin\\*\\{|verb)([A-Za-z]+)",
|
||||
"name": "constant.other.general.math.tex"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user