Merge pull request #215 from nanotee/lua-syntax-improvements

add highlights for tbastos/vim-lua
This commit is contained in:
D. Ben Knoble 2020-11-02 09:20:34 -05:00 committed by GitHub
commit 261765405c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,3 +4,19 @@ endif
hi! link luaFunc DraculaCyan
hi! link luaTable DraculaFg
" tbastos/vim-lua {{{
hi! link luaBraces DraculaFg
hi! link luaBuiltIn Constant
hi! link luaDocTag Keyword
hi! link luaErrHand DraculaCyan
hi! link luaFuncArgName DraculaOrangeItalic
hi! link luaFuncCall Function
hi! link luaLocal Keyword
hi! link luaSpecialTable Constant
hi! link luaSpecialValue DraculaCyan
" }}}
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: