nvim-treesitter/lua/nvim-treesitter
2020-09-19 13:35:12 +02:00
..
refactor feat(refactor.navigation): allow a fallback_function for goto_definition 2020-08-31 22:16:27 +02:00
textobjects TextObjects: refactor wrong func names 2020-09-12 10:51:06 +02:00
caching.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
configs.lua Allow to call setup on already loaded modules. 2020-09-11 08:45:50 +02:00
fold.lua fix(folds): has_fold -> has_folds 2020-09-16 10:02:37 +02:00
health.lua fix(health): only check installed parsers 2020-08-27 21:39:11 +02:00
highlight.lua Add @keyword.operator for operators that are English words and add @exception for Java/JS 2020-09-19 07:30:49 +02:00
incremental_selection.lua Incremental selection: fix skipping some nodes 2020-09-07 18:24:55 +02:00
info.lua Completion: use custom instead of customlist 2020-09-05 19:29:46 +02:00
install.lua feat(install): print more information when there's a failure 2020-09-19 13:35:12 +02:00
locals.lua fix(locals): add nil guard for definition id creation 2020-08-25 14:35:08 +02:00
parsers.lua feat: add parser for ocaml interface files 2020-09-19 13:35:12 +02:00
query.lua feat: add parser for ocaml interface files 2020-09-19 13:35:12 +02:00
query_predicates.lua preds: declare set! predicate 2020-09-03 18:19:18 +02:00
ts_utils.lua feat(refactor.navigation): add navigation.goto_{next,previous}_usage 2020-08-31 18:56:41 +02:00
utils.lua Make :TSInstall work in Nix by adding a second module installation target (#473) 2020-09-18 09:44:07 +02:00