Files
neovim/runtime/lua/vim
bfredl 030b422d1e feat(treesitter)!: use @foo.bar style highlight groups
This removes the support for defining links via
vim.treesitter.highlighter.hl_map (never documented, but plugins did
anyway), or the uppercase-only `@FooGroup.Bar` to `FooGroup` rule.

The fallback is now strictly `@foo.bar.lang` to `@foo.bar` to `@foo`,
and casing is irrelevant (as it already was outside of treesitter)

For compatibility, define default links to builting syntax groups
as defined by pre-existing color schemes
2022-08-26 13:57:31 +02:00
..
2022-08-03 09:47:16 +08:00
2022-05-09 16:31:55 +02:00
2022-07-31 16:46:38 +08:00
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00