From 2970520a9592b5c6d45291f54073552a474b71b4 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 30 Mar 2023 02:44:54 -0500 Subject: Restructure --- ext/language-configuration.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 ext/language-configuration.json (limited to 'ext/language-configuration.json') 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*[\\)\\}\\]].*$" - } -} -- cgit v1.2.3