aboutsummaryrefslogtreecommitdiff
path: root/ext/language-configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/language-configuration.json')
-rw-r--r--ext/language-configuration.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/ext/language-configuration.json b/ext/language-configuration.json
deleted file mode 100644
index a063f16..0000000
--- a/ext/language-configuration.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "comments": {
- "lineComment": "#"
- },
- "brackets": [
- ["(", ")"],
- ["[", "]"],
- ["{", "}"]
- ],
- "autoClosingPairs": [
- { "open": "{", "close": "}" },
- { "open": "[", "close": "]" },
- { "open": "(", "close": ")" },
- { "open": "'", "close": "'", "notIn": ["string", "comment"] },
- { "open": "\"", "close": "\"", "notIn": ["comment"] }
- ],
- "surroundingPairs": [
- ["(", ")"],
- ["[", "]"],
- ["{", "}"],
- ["'", "'"],
- ["\"", "\""]
- ],
- "indentationRules": {
- "increaseIndentPattern": "^((?!#).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$",
- "decreaseIndentPattern": "^((?!.*?#).*\\*/)?\\s*[\\)\\}\\]].*$"
- }
-}