mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix JSON to C++ language converted when using regexs.
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user