nvim-treesitter/lua
Jaehwang Jung e8c5242f53 fix(inc-selection): handle injections
* Parse injections before starting selection.
* Make node_incremental climb up the LanaguageTree step by step.
  Previously it only considered the root parser and the bottommost
  parser. Now it works well with document with deeper injections, e.g.,
  ```lua
  vim.cmd[=[
  echo 'hello' 'world!'
  lua << EOF
  vim.cmd[[echo 'hello' 'world!']]
  EOF
  ]=]
  ```
2025-01-20 08:49:31 +01:00
..
nvim-treesitter fix(inc-selection): handle injections 2025-01-20 08:49:31 +01:00
nvim-treesitter.lua chore: cleanup main file, move statusline in module 2022-07-18 15:44:59 +02:00