Update to latex-basics 1.3.0 (#146308)

This commit is contained in:
Jerome Lelong
2022-03-30 11:46:44 +02:00
committed by GitHub
parent e714d5ce35
commit 0e52a7574f
4 changed files with 96 additions and 7 deletions

View File

@@ -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"
}
}