mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 13:27:43 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local helpers = require('test.functional.helpers')(nil)
|
||||
|
||||
local clear = helpers.clear
|
||||
local exec_lua = helpers.exec_lua
|
||||
|
||||
Reference in New Issue
Block a user