diff options
| author | Hugo Musso Gualandi <hugo_musso_gualandi@hotmail.com> | 2021-08-04 13:21:31 -0300 |
|---|---|---|
| committer | Hugo Musso Gualandi <hugo_musso_gualandi@hotmail.com> | 2021-08-04 13:24:16 -0300 |
| commit | 4f0f3eefd07fccf9e499b82da85eb97cb1dbbe10 (patch) | |
| tree | d2f5dba2881b0b80994fdea8c897aca2b2b89e68 | |
| parent | dc88220e4aa98430afadb210c46a6e5b5b9b8e67 (diff) | |
Remove a duplicate highligher rule for _G/_ENV
| -rw-r--r-- | rc/filetype/lua.kak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rc/filetype/lua.kak b/rc/filetype/lua.kak index 7d94e6fe..090a94f4 100644 --- a/rc/filetype/lua.kak +++ b/rc/filetype/lua.kak @@ -52,7 +52,6 @@ add-highlighter shared/lua/code/keyword regex \b(break|do|else|elseif|end|for|fu add-highlighter shared/lua/code/value regex \b(false|nil|true|[0-9]+(:?\.[0-9])?(:?[eE]-?[0-9]+)?|0x[0-9a-fA-F])\b 0:value add-highlighter shared/lua/code/symbolic_operator regex (\+|-|\*|/|%|\^|==?|~=|<=?|>=?|\.\.|\.\.\.|#) 0:operator add-highlighter shared/lua/code/keyword_operator regex \b(and|or|not)\b 0:operator -add-highlighter shared/lua/code/builtin regex \b(_G|_ENV)\b 0:builtin add-highlighter shared/lua/code/module regex \b(_G|_ENV)\b 0:module add-highlighter shared/lua/code/attribute regex \B(<[a-zA-Z_]\w*>)\B 0:attribute |
