From 9d1eb4370c0920b17058ae5e164a2eec30de3ce1 Mon Sep 17 00:00:00 2001 From: Iron_E Date: Wed, 15 Jul 2020 16:00:31 -0400 Subject: [PATCH] Improve lua defaults --- colors/highlite.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/colors/highlite.vim b/colors/highlite.vim index e01d696..3dfef97 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -422,6 +422,23 @@ local highlight_groups = { --[[ 4.3.11. JSON ]] jsonStringSQError = {link='Exception'}, + --[[ 4.3.12. Lua ]] + luaBraces = {link='Structure'}, + luaBrackets = {link='Delimiter'}, + luaBuiltin = {link='Keyword'}, + luaComma = {link='Delimiter'}, + luaFuncCall = {link='Function'}, + luaFuncId = {link='luaNoise'}, + luaFuncKeyword = {link='Function'}, + luaFuncName = {link='Normal'}, + luaFuncParens = {link='Delimiter'}, + luaFuncTable = {link='Structure'}, + luaLocal = {link='Type'}, + luaNoise = {link='Operator'}, + luaParens = {link='Delimiter'}, + luaSpecialTable = {link='Normal'}, + luaSpecialValue = {link='Function'}, + --[[ 4.3.12. Make ]] makeCommands = {link='Statment'}, makeSpecTarget = {link='Type' },