From 53ac1eef9060107d75d6c83553871e5e992cf2f0 Mon Sep 17 00:00:00 2001 From: rszyma Date: Wed, 25 Dec 2024 16:13:27 +0100 Subject: [PATCH] fix: include dash in word pattern --- language-configuration.json | 1 + 1 file changed, 1 insertion(+) diff --git a/language-configuration.json b/language-configuration.json index 3ecc303..46ab7e7 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -1,4 +1,5 @@ { + "wordPattern": "[^\\s)(]+", "comments": { // symbol used for single line comment. "lineComment": ";;",