tbastos / vim-lua

Improved Lua 5.3 syntax and indentation support for Vim
120 stars 17 forks source link

Make stdlib HL more differentiated, add luaErrHand. #4

Closed Oberon00 closed 7 years ago

Oberon00 commented 8 years ago

Adds options g:luasyn_nostdlib and g:luasyn_noextendedstdlib to disable highlighting (some of) the Lua standard library functions/variables.

Also adds a new highlighting group luaErrHand (linked to Exception) that covers the standard library error handling functions.

tbastos commented 8 years ago

Do you mind rebasing this PR on my new master? You could also commit the changes I commented in the other PR here if you want. Cheers

Oberon00 commented 7 years ago

Rebased.