nvim-treesitter/lua
Christian Clason 1baf751fb0 fix(hl_map): adapt to upstream changes on master
https://github.com/neovim/neovim/pull/19931 adds direct support for
highlighting capture groups (with fallback), obviating the need for
`vim.treesitter.highlighter.hl_map`. Instead of

`hl_map["@keyword"] = "TSKeyword"`

users can simply

`hi link TSKeyword @keyword`

Check for the existence of `hl_map` and either use the former or the
latter.
2022-08-26 06:04:07 -07:00
..
nvim-treesitter fix(hl_map): adapt to upstream changes on master 2022-08-26 06:04:07 -07:00
nvim-treesitter.lua chore: cleanup main file, move statusline in module 2022-07-18 15:44:59 +02:00