[chore]: Delete useless $

follow up on Guldoman's comment
This commit is contained in:
NCarrezDev
2022-07-13 09:16:32 +02:00
parent 030dcc1e62
commit 7f9287a7e7
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ syntax.add {
comment = "//",
block_comment = { "/*", "*/" },
patterns = {
{ pattern = "//.*$", type = "comment" },
{ pattern = "//.*", type = "comment" },
{ pattern = { "/%*", "%*/" }, type = "comment" },
{ pattern = { '"', '"', '\\' }, type = "string" },
{ pattern = { "'", "'", '\\' }, type = "string" },