Fix JSON to C++ language converted when using regexs.

This commit is contained in:
Martín Lucas Golini
2025-03-09 13:58:11 -03:00
parent ea8a44e7a9
commit 4a6effbc24
2 changed files with 11 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ void addSvelte() {
"",
true },
{ { "{(#if|#each|#await|#key)", "}", "\\" },
{ "keyword", "keyword2", "normal" },
std::vector<std::string>{ "keyword", "keyword2", "normal" },
"JavaScript",
true },
{ { "{", "}", "\\" }, "keyword", "JavaScript" },