mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

fix(treesitter playground): wrong range of a node displayed in playground The call parameters order of the function `get_range_str` is flipped for the last two arguments compared to the declaration.