diff options
author | John Drouhard <john@drouhard.dev> | 2022-11-23 10:06:36 -0600 |
---|---|---|
committer | John Drouhard <john@drouhard.dev> | 2022-12-08 11:31:56 -0600 |
commit | 9f035559defd9d575f37fd825954610065d9cf96 (patch) | |
tree | 53d4bb16095fafb481aacdfe6e52febbfd66327c /scripts/gen_vimdoc.py | |
parent | 5e0c74cd82ce75510b15e63a1b0b51cf70cdf47f (diff) | |
download | rneovim-9f035559defd9d575f37fd825954610065d9cf96.tar.gz rneovim-9f035559defd9d575f37fd825954610065d9cf96.tar.bz2 rneovim-9f035559defd9d575f37fd825954610065d9cf96.zip |
feat(lsp): initial support for semantic token highlighting
* credit to @smolck and @theHamsta for their contributions in laying the
groundwork for this feature and for their work on some of the helper
utility functions and tests
Diffstat (limited to 'scripts/gen_vimdoc.py')
-rwxr-xr-x | scripts/gen_vimdoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_vimdoc.py b/scripts/gen_vimdoc.py index 78f3c458eb..b18179b498 100755 --- a/scripts/gen_vimdoc.py +++ b/scripts/gen_vimdoc.py @@ -183,6 +183,7 @@ CONFIG = { 'diagnostic.lua', 'codelens.lua', 'tagfunc.lua', + 'semantic_tokens.lua', 'handlers.lua', 'util.lua', 'log.lua', |