diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-05-05 16:22:27 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-05-05 16:22:27 +0200 |
| commit | 0d9d8f9cfdb0a60302fc2bcadc93c4187c33d439 (patch) | |
| tree | d2291c291bc2b108fc242d01c169c30467599e00 /editors/vscode/language-configuration.json | |
| parent | 09cc33bffd08e16fadafebe11aa16183207e9090 (diff) | |
add grammar to extension
Diffstat (limited to 'editors/vscode/language-configuration.json')
| -rw-r--r-- | editors/vscode/language-configuration.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/vscode/language-configuration.json b/editors/vscode/language-configuration.json index d676f80..56f675c 100644 --- a/editors/vscode/language-configuration.json +++ b/editors/vscode/language-configuration.json @@ -23,5 +23,10 @@ ["\"", "\""], ["'", "'"], ["`", "`"] - ] + ], + "indentationRules": { + "increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$", + "decreaseIndentPattern": "^\\s*(\\s*\\/[*].*[*]\\/\\s*)*[})]" + }, + }
\ No newline at end of file |