Skip to content

Commit

Permalink
Added lua5.4 attribute support to language_lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Jul 1, 2020
1 parent 87532a4 commit 99831bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/plugins/language_lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 99831bb

Please sign in to comment.