Closed Oberon00 closed 7 years ago
Adds options g:luasyn_nostdlib and g:luasyn_noextendedstdlib to disable highlighting (some of) the Lua standard library functions/variables.
g:luasyn_nostdlib
g:luasyn_noextendedstdlib
Also adds a new highlighting group luaErrHand (linked to Exception) that covers the standard library error handling functions.
luaErrHand
Exception
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
Rebased.
Adds options
g:luasyn_nostdlib
andg:luasyn_noextendedstdlib
to disable highlighting (some of) the Lua standard library functions/variables.Also adds a new highlighting group
luaErrHand
(linked toException
) that covers the standard library error handling functions.