plugins.lsp.servers.lua_ls.settings.semantic.enable
Whether semantic colouring should be enabled.
You may need to set editor.semanticHighlighting.enabled
to true in order for this setting to
take effect.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.lsp.servers.lua_ls.settings.semantic.annotation
Whether semantic colouring should be enabled for type annotations.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.lsp.servers.lua_ls.settings.semantic.keyword
Whether the server should provide semantic colouring of keywords, literals, and operators. You should only need to enable this setting if your editor is unable to highlight Lua’s syntax.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.lsp.servers.lua_ls.settings.semantic.variable
Whether the server should provide semantic colouring of variables, fields, and parameters.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: