From a6d0d2f9d62090e6886fcb96b4b1be56ffaf237e Mon Sep 17 00:00:00 2001 From: Nikolai Kudasov Date: Thu, 28 Sep 2023 14:13:55 +0200 Subject: [PATCH] Backslash is not part of a word --- language-configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language-configuration.json b/language-configuration.json index 9607aa8..ee2e0db 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -21,5 +21,5 @@ ["[", "]"], ["(", ")"] ], - "wordPattern": "((?![-?!.])[^.\\;,#\"\\]\\[)(}{><|\\s]+)" + "wordPattern": "((?![-?!.\\])[^.\\;,#\"\\]\\[)(}{><|\\s]+)" }