diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2022-12-08 10:55:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 10:55:09 -0700 |
commit | 9b14ad5fd9e15718aa938f7a426dddcc2edab4e3 (patch) | |
tree | 53d4bb16095fafb481aacdfe6e52febbfd66327c /runtime/doc/lua.txt | |
parent | 42009ac7df88bfffeea49a83e642fdc6cf9f9447 (diff) | |
parent | 9f035559defd9d575f37fd825954610065d9cf96 (diff) | |
download | rneovim-9b14ad5fd9e15718aa938f7a426dddcc2edab4e3.tar.gz rneovim-9b14ad5fd9e15718aa938f7a426dddcc2edab4e3.tar.bz2 rneovim-9b14ad5fd9e15718aa938f7a426dddcc2edab4e3.zip |
Merge pull request #21100 from jdrouhard/lsp_semantic_tokens
LSP: semantic tokens support
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r-- | runtime/doc/lua.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index 2682725167..5a1c186192 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -604,6 +604,7 @@ vim.highlight.priorities *vim.highlight.priorities* Table with default priorities used for highlighting: • `syntax`: `50`, used for standard syntax highlighting • `treesitter`: `100`, used for tree-sitter-based highlighting + • `semantic_tokens`: `125`, used for LSP semantic token highlighting • `diagnostics`: `150`, used for code analysis such as diagnostics • `user`: `200`, used for user-triggered highlights such as LSP document symbols or `on_yank` autocommands |