cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.13k stars 78 forks source link

Fix bug with go text fragment #2472

Closed AndreasArvidsson closed 2 months ago

AndreasArvidsson commented 2 months ago

When using these multiline strings in go

`foo`

we get a node of type raw_string_literal which have no children so the child-range predicate ran into an undefined at runtime problem.

Fixes #2458

Checklist