[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
@@ -7,7 +7,7 @@ syntax.add {
headers = "^#!.*[ /]python",
comment = "#",
patterns = {
{ pattern = "#.*$", type = "comment" },
{ pattern = "#.*", type = "comment" },
{ pattern = { '[ruU]?"""', '"""'; '\\' }, type = "string" },
{ pattern = { "[ruU]?'''", "'''", '\\' }, type = "string" },
{ pattern = { '[ruU]?"', '"', '\\' }, type = "string" },