[chore]: Delete useless $
follow up on Guldoman's comment
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user