nvim-treesitter/lua/nvim-treesitter
Christian Clason 584ccea56e
vim: switch to parser maintained by Neovim (#4610)
Problem: The current vimscript parser has not been maintained for a while, which was a blocker for packaging the coming Neovim release. 

Solution: Fork parser to https://github.com/neovim/tree-sitter-vim/ and maintain it there from now on.
2023-04-07 15:03:10 +02:00
..
caching.lua fix: remove wrong/pointless tostring 2023-03-02 00:30:35 -05:00
compat.lua fix: get_range shim for playground 2023-03-24 22:17:04 +00:00
configs.lua fix: uninstall function in the install.lua 2023-03-24 23:23:02 +01:00
fold.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
health.lua fix: shim 0.9 deprecations 2023-03-24 16:05:38 +01:00
highlight.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
incremental_selection.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
indent.lua use indent.X syntax for captures and properties of set directives 2023-03-24 13:07:53 -04:00
info.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00
install.lua fix: uninstall function in the install.lua 2023-03-24 23:23:02 +01:00
locals.lua fix: get_range shim for playground 2023-03-24 22:17:04 +00:00
parsers.lua vim: switch to parser maintained by Neovim (#4610) 2023-04-07 15:03:10 +02:00
query.lua use indent.X syntax for captures and properties of set directives 2023-03-24 13:07:53 -04:00
query_predicates.lua fix: shim 0.9 deprecations 2023-03-24 16:05:38 +01:00
shell_command_selectors.lua feat: use -bundle to build parsers on macOS 2023-04-03 03:38:54 -04:00
statusline.lua use positive option "allow_duplicates" instead of negative "dedupe" 2023-02-24 14:55:30 -08:00
ts_utils.lua goto_node select last character when in operator-pending mode 2023-02-25 02:26:31 -05:00
tsrange.lua Fix bugs in TSRange 2021-11-01 14:51:53 +01:00
utils.lua style: fill in missing code docs wherever applicable 2023-02-24 01:08:23 -08:00