Added Lua syntax file (#186)
* Added Lua syntax file * Conforming to spec
This commit is contained in:
parent
3f1a8ffc73
commit
bb34458c42
1 changed files with 6 additions and 0 deletions
6
after/syntax/lua.vim
Normal file
6
after/syntax/lua.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
if dracula#should_abort('lua')
|
||||
finish
|
||||
endif
|
||||
|
||||
hi! link luaFunc DraculaCyan
|
||||
hi! link luaTable DraculaFg
|
Loading…
Reference in a new issue