Files
neovim/runtime/lua/vim
Jongwook Choi cf612c64b0 fix(treesitter): allow passing lang to vim.treesitter.get_node() now correctly takes opts.lang (#26360)
PROBLEM: `vim.treesitter.get_node()` does not recognize the `lang` in
the option table. This option was used in somewhere else, for instance,
`vim.treesitter.dev` (for `inspect_tree`) but was never implemented.

SOLUTION: Make `get_node()` correctly use `opts.lang` when getting a
treesitter parser.
2023-12-04 10:00:49 +01:00
..
2023-09-20 13:42:41 +01:00
2023-10-21 08:51:26 +02:00
2023-09-14 08:23:01 -05:00
2023-09-14 08:23:01 -05:00
2023-09-20 13:42:41 +01:00
2023-11-25 06:35:31 -08:00
2023-09-23 23:46:45 +01:00
2023-09-04 22:42:47 +02:00
2023-09-23 23:46:45 +01:00
2023-09-20 04:15:23 -07:00
2023-11-16 11:35:54 -06:00
2023-09-14 08:23:01 -05:00
2023-09-23 23:46:45 +01:00