nvim-treesitter/lua/nvim-treesitter
Stephan Seitz 772dca70ff Avoid enabling disabled modules (even if they were disabled immediately)
This might be safer for the case that attach/detach are not inverse to
each other. Disabled modules shouldn't ever be activated.
2020-08-31 18:26:31 +02:00
..
refactor Merge pull request #330 from steelsojka/fix-do-not-reattach 2020-08-22 09:10:28 -05:00
textobjects fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
caching.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
configs.lua Avoid enabling disabled modules (even if they were disabled immediately) 2020-08-31 18:26:31 +02:00
fold.lua Make luacheck happy 2020-07-05 19:21:06 +02:00
health.lua fix(health): only check installed parsers 2020-08-27 21:39:11 +02:00
highlight.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
incremental_selection.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
info.lua Add TSUpdate command to update parsers 2020-08-02 22:58:08 +02:00
install.lua Add Windows support (mingw) 2020-08-27 22:20:30 +02:00
locals.lua fix(locals): add nil guard for definition id creation 2020-08-25 14:35:08 +02:00
parsers.lua Fix #292: Add parser links to README.md 2020-08-25 14:58:28 +02:00
query.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
query_predicates.lua feat(highlights): add is predicate 2020-08-16 09:04:07 -05:00
ts_utils.lua Textobjects: set jump before going to adjacent_textobject 2020-08-17 17:45:46 +02:00
utils.lua Add Windows support (mingw) 2020-08-27 22:20:30 +02:00