Added lua5.4 attribute support to `language_lua`

This commit is contained in:
rxi 2020-07-01 09:24:39 +01:00
parent 87532a4b3a
commit 99831bbc29
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ syntax.add {
{ pattern = "-?0x%x+", type = "number" },
{ pattern = "-?%d+[%d%.eE]*", type = "number" },
{ pattern = "-?%.?%d+", type = "number" },
{ pattern = "<%a+>", type = "keyword2" },
{ pattern = "%.%.%.?", type = "operator" },
{ pattern = "[<>~=]=", type = "operator" },
{ pattern = "[%+%-=/%*%^%%#<>]", type = "operator" },