mirror of https://github.com/helix-editor/helix
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.
9753da6ab7
The fix comes from the rewriting of the `closure_parameters` stanza: it was capturing the entire `closure_parameters` node including paretheses, whitespace, and commas. Capturing the identifiers within fixes the tracking. In order to make sure locals definitions from closure parameters don't leak out of the body of the closure, though, we should also mark the closure itself as a locals scope. |
2 years ago | |
---|---|---|
.. | ||
highlights.scm | 2 years ago | |
indents.scm | 3 years ago | |
injections.scm | 3 years ago | |
locals.scm | 2 years ago | |
textobjects.scm | 2 years ago |