Merge branch 'master' into master-2.1

This commit is contained in:
Adam
2022-04-24 13:42:24 -04:00
committed by GitHub
18 changed files with 329 additions and 122 deletions
+1
View File
@@ -9,6 +9,7 @@ syntax.add {
patterns = {
{ pattern = { "#", "\n" }, type = "comment" },
{ pattern = { '[ruU]?"""', '"""'; '\\' }, type = "string" },
{ pattern = { "[ruU]?'''", "'''", '\\' }, type = "string" },
{ pattern = { '[ruU]?"', '"', '\\' }, type = "string" },
{ pattern = { "[ruU]?'", "'", '\\' }, type = "string" },
{ pattern = "0x[%da-fA-F]+", type = "number" },