You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Santos Gallegos d9a9b44e6d Playground: check for nodes out of range (EOF)
The playground will try to set the cursor
to an invalid position (nvim_win_set_cursor) if the node starts at the EOF mark.

```ruby
def run
  a = <<~EOF
end
```
3 years ago
..
nvim-treesitter-playground Playground: check for nodes out of range (EOF) 3 years ago
nvim-treesitter-playground.lua Autoformat 3 years ago
nvim_treesitter_playground_query_omnifunc.lua Autoformat 3 years ago