From 4b272992e1b4ceb8f21e72ab7b4a42662af0ff6d Mon Sep 17 00:00:00 2001 From: RedCMD Date: Wed, 13 Mar 2024 00:14:08 +1300 Subject: [PATCH] Improve `#include` performance in long lines --- syntaxes/json.tmLanguage.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/syntaxes/json.tmLanguage.json b/syntaxes/json.tmLanguage.json index 560b642..0d6c112 100644 --- a/syntaxes/json.tmLanguage.json +++ b/syntaxes/json.tmLanguage.json @@ -855,16 +855,16 @@ } }, { - "match": "(?(\\h{4})|([^\"].{,3}))", "captures": { "1": { "name": "constant.character.escape.tm" },