Skip to content

Commit 7e4ae8c

Browse files
committed
Update the language configuration
1 parent 109d72c commit 7e4ae8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

language-configuration.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
["(", ")"],
2222
["\"", "\""],
2323
["'", "'"]
24-
]
24+
],
25+
"wordPattern": "[\\w\\-\\.:<>\\*][\\w\\d\\.\\\\/\\-\\?<>\\*!]+",
26+
"indentationRules": {
27+
"increaseIndentPattern": "^\\s*\\(.*[^)]\\s*$",
28+
"decreaseIndentPattern": ""
29+
}
2530
}

0 commit comments

Comments
 (0)