davisdude / vim-love-docs

Vim plugin for LÖVE syntax highlighting and help file
http://www.vim.org/scripts/script.php?script_id=5298
MIT License
52 stars 7 forks source link

Make highlight group for shaders #6

Open davisdude opened 8 years ago

davisdude commented 8 years ago

Highlight shader code

davisdude commented 8 years ago

Also make highlighting recognize luaJit/FFI:

davisdude commented 7 years ago

Multiline strings actually work normally; plugin (rainbow parentheses) caused them to fail. Need to disable brackets for Lua to work correctly.