mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Update to latex-basics 1.3.0 (#146308)
This commit is contained in:
@@ -106,6 +106,15 @@
|
||||
"increaseIndentPattern": "\\\\begin{(?!document)([^}]*)}(?!.*\\\\end{\\1})",
|
||||
"decreaseIndentPattern": "^\\s*\\\\end{(?!document)"
|
||||
},
|
||||
"autoCloseBefore": ";:.,=}])>\\` \n\t$",
|
||||
"wordPattern": "([^\\s`'\"~_!?|$#@%^&*\\-=+;:,.<>(){}[\\]\\/]+)"
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*%?\\s*(region|\\\\begingroup)\\b",
|
||||
"end": "^\\s*%?\\s*(endregion|\\\\endgroup)\\b"
|
||||
}
|
||||
},
|
||||
"autoCloseBefore": ";:.,={}])>\\` \n\t$",
|
||||
"wordPattern": {
|
||||
"pattern": "(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark}){2,}",
|
||||
"flags": "u"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user