Merge pull request #215 from nanotee/lua-syntax-improvements
add highlights for tbastos/vim-lua
This commit is contained in:
commit
261765405c
1 changed files with 16 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue