From 7e4ae8ceebaf0d6056257a997352bc94474ea058 Mon Sep 17 00:00:00 2001 From: Alexis Jeandeau Date: Sun, 4 Apr 2021 09:37:12 +0900 Subject: [PATCH] Update the language configuration --- language-configuration.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/language-configuration.json b/language-configuration.json index b01bf5b..c2cabba 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -21,5 +21,10 @@ ["(", ")"], ["\"", "\""], ["'", "'"] - ] + ], + "wordPattern": "[\\w\\-\\.:<>\\*][\\w\\d\\.\\\\/\\-\\?<>\\*!]+", + "indentationRules": { + "increaseIndentPattern": "^\\s*\\(.*[^)]\\s*$", + "decreaseIndentPattern": "" + } }