Files
neovim/runtime
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-25 00:49:33 +02:00
2022-08-20 10:04:55 +02:00
2022-06-17 20:38:21 +02:00
2022-08-20 10:04:55 +02:00
2022-08-25 00:49:33 +02:00
2021-09-13 16:33:41 +02:00
2021-05-01 22:29:03 -04:00
2022-08-25 00:49:33 +02:00
2014-12-19 15:28:49 -05:00
2021-03-09 19:21:26 +01:00
2022-08-25 00:49:33 +02:00
2022-08-20 10:04:55 +02:00
2019-07-29 20:50:07 +02:00
2021-04-27 09:21:32 -04:00
2019-07-29 20:50:07 +02:00
2022-04-15 13:38:44 +02:00
2022-07-26 11:26:23 +02:00