immerrr / lua-mode

Emacs major mode for editing Lua
http://immerrr.github.io/lua-mode
GNU General Public License v3.0
316 stars 74 forks source link

Is there an option to highlight table keys? #210

Open yhslai opened 1 year ago

yhslai commented 1 year ago

By default lua-mode doesn't seem to highlight keys of a table:

image

There is nothing wrong with that, but I wonder if there is an option to highlight the keys too? Like yaml-mode's default:

image