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.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.lsp.servers.lua-ls.settings.semantic.annotation
Whether semantic colouring should be enabled for type annotations.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
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.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.lsp.servers.lua-ls.settings.semantic.variable
Whether the server should provide semantic colouring of variables, fields, and parameters.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by: