diff --git a/language-configuration.json b/language-configuration.json index c8c7e13..7a3c47f 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -1,10 +1,6 @@ { "comments": { - "lineComment": "#", - "blockComment": [ - "#`(", - ")" - ] + "lineComment": "#" }, "brackets": [ ["{", "}"], @@ -35,5 +31,9 @@ ["`", "`"], ["「", "」"], ["<", ">"] - ] + ], + "indentationRules": { + "increaseIndentPattern": "^.*\\{\\}?\\s*$", + "decreaseIndentPattern": "^\\s*\\}" + } }