Added Lua syntax file (#186)

* Added Lua syntax file

* Conforming to spec
This commit is contained in:
3uclidian 2020-05-06 08:08:58 -05:00 committed by GitHub
parent 3f1a8ffc73
commit bb34458c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
after/syntax/lua.vim Normal file
View file

@ -0,0 +1,6 @@
if dracula#should_abort('lua')
finish
endif
hi! link luaFunc DraculaCyan
hi! link luaTable DraculaFg