mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 23:56:03 +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.