cursorless-dev / cursorless

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

`"inside environment"` includes optional arguments #2403

Open pokey opened 3 months ago

pokey commented 3 months ago

In the following code:

\begin{lstlisting}[language=Python]
    aaa
\end{lstlisting}

Saying "take inside environment air" selects

image

instead we'd expect

image

Unfortunately we can't do much about this until https://github.com/latex-lsp/tree-sitter-latex/issues/108#issuecomment-2161268087 is resolved