nvim-treesitter/lua/nvim-treesitter
2020-11-22 22:29:55 +01:00
..
caching.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
configs.lua feat: add TSConfigInfo to display current config 2020-10-24 10:40:12 +02:00
fold.lua fix(folds): has_fold -> has_folds 2020-09-16 10:02:37 +02:00
health.lua fix(checkhealth): use pcall to check for syntax errors in query files 2020-09-20 10:37:06 +02:00
highlight.lua feat(languagetree): implement language tree 2020-10-19 18:28:45 +02:00
incremental_selection.lua parser: only use parse to get a tree 2020-11-03 21:16:51 +01:00
indent.lua Treesitter indent 2020-10-19 21:08:15 +02:00
info.lua Completion: use custom instead of customlist 2020-09-05 19:29:46 +02:00
install.lua feat(install): Enable installation of parser with repo.url as a local path 2020-10-31 23:13:04 +01:00
languagetree.lua fix(languagetree): highlight children regardless of starting column 2020-10-30 15:01:42 +01:00
locals.lua parser: only use parse to get a tree 2020-11-03 21:16:51 +01:00
parsers.lua Add @leo60228 as Nix maintainer 2020-11-22 22:29:55 +01:00
query.lua Add virtual range for creating node-like objects from multiple nodes 2020-10-26 18:22:19 +01:00
query_predicates.lua fix(predicates): Fix #446: highlight property only if not a method 2020-11-18 21:54:04 +01:00
shell_command_selectors.lua Code Refactor 2020-10-06 19:08:42 +02:00
ts_utils.lua Treesitter indent 2020-10-19 21:08:15 +02:00
tsrange.lua Make make-range! more relaxed (one of the arguments maybe nil) 2020-11-17 08:52:53 +01:00
utils.lua chore: dedup join_paths <-> join_path 2020-09-28 17:40:34 +02:00