vim-love-docs icon indicating copy to clipboard operation
vim-love-docs copied to clipboard

Make highlight group for shaders

Open davisdude opened this issue 8 years ago • 2 comments

Highlight shader code

davisdude avatar Mar 05 '16 02:03 davisdude

Also make highlighting recognize luaJit/FFI:

  • ~~multi-line strings ([[)~~
  • unpack instead of table.unpack
  • C Code

davisdude avatar Mar 09 '16 03:03 davisdude

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

davisdude avatar Dec 02 '16 01:12 davisdude