2.3.0
This commit is contained in:
@@ -22,15 +22,9 @@
|
||||
["\"", "\""],
|
||||
["'", "'"]
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*\\{\\s*$",
|
||||
"end": "^\\s*\\}\\s*$"
|
||||
}
|
||||
},
|
||||
"wordPattern": "\\b[a-zA-Z_][a-zA-Z0-9_]*\\b",
|
||||
"indentationRules": {
|
||||
"increaseIndentPattern": "^.*(\\{[^}\"']*|\\([^)\"']*|\\[[^\\]\"']*)$",
|
||||
"decreaseIndentPattern": "^(.*\\*\\/)?\\s*[\\}\\]\\)].*$"
|
||||
"increaseIndentPattern": "^.*\\b([Bb][Ee][Gg][Ii][Nn]|[Dd][Oo]|[Tt][Hh][Ee][Nn]|[Ee][Ll][Ss][Ee])\\b.*$",
|
||||
"decreaseIndentPattern": "^\\s*\\b([Ee][Nn][Dd])\\b.*$"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user