nvim-treesitter/lua/nvim-treesitter
kiyan 560e8fb450 refacto: expose a function to set custom capture for the higlighter
BREAKING: deprecate custom_captures from highlight config.
This allows plugin authors to extend the map. It also avoids settings
user configuration specific values during the highlighter
initialization (SOC).
Not sure how much value this brings, and might potentially break a lot
of people configurations. This is questionable.
2022-02-19 18:26:51 +01:00
..
caching.lua Use stylua for autoformat code (#1480) 2021-07-04 21:12:17 +00:00
configs.lua refacto: expose a function to set custom capture for the higlighter 2022-02-19 18:26:51 +01:00
fold.lua chore: fix typos 2021-11-02 23:47:48 +01:00
health.lua health: check which file caused an error 2022-01-29 23:45:32 +01:00
highlight.lua refacto: expose a function to set custom capture for the higlighter 2022-02-19 18:26:51 +01:00
incremental_selection.lua Use vim-range style (1-index based) when possible (#1841) 2021-09-24 17:46:44 -05:00
indent.lua fix: Allow re-parsing in Python, XFAIL \ indentation test 2022-02-06 19:42:57 +01:00
info.lua Add condition function to module config 2021-11-12 19:55:04 +01:00
install.lua Allow compilation via makefile 2022-01-23 16:27:25 +01:00
locals.lua chore: fix typos 2021-11-02 23:47:48 +01:00
parsers.lua Add myself as maintainer of Elixir, Gleam queries 2022-02-15 19:01:02 +01:00
query.lua feat(indent): use native Query:iter_captures 2022-01-21 10:51:51 +01:00
query_predicates.lua chore: fix typos 2021-11-02 23:47:48 +01:00
shell_command_selectors.lua chore(makefile): apply fixes to original makefile 2022-02-08 23:37:59 +01:00
ts_utils.lua fix(utils): adjust truncation condition 2022-02-03 08:38:50 +01:00
tsrange.lua Fix bugs in TSRange 2021-11-01 14:51:53 +01:00
utils.lua typo fix 2022-02-13 10:39:55 +01:00