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
This commit is contained in:
John Drouhard
2022-11-23 10:06:36 -06:00
parent 5e0c74cd82
commit 9f035559de
11 changed files with 1691 additions and 2 deletions

View File

@@ -183,6 +183,7 @@ CONFIG = {
'diagnostic.lua',
'codelens.lua',
'tagfunc.lua',
'semantic_tokens.lua',
'handlers.lua',
'util.lua',
'log.lua',