You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntelliJ IDEA 2024.3.1.1 (Ultimate Edition) on Windows and TeXiFy IDEA 0.9.9.
Image explains everything
Comments are not in the right code style (for me, a gray color).
It seems like the space (highlighted by the cursor) is being used as a delimiter?
(I indent my code with tab characters)
If there is another space that "terminates the space", everything is proper again except that putting the cursor at \path highlights a rather arbitrary part.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! I can reproduce the issue, looks like I made a mistake in the lexer which makes it parse something in this example as verbatim text.
\begin{tikzpicture}
\path (0,0)--(1,0);
\some\commands
% Highlighting wrong here
\end{tikzpicture}
PHPirates
added
parser
Issues for which significant changes in the parser are needed
and removed
untriaged
Issue type still needs to be triaged or verified.
labels
Jan 10, 2025
Environment
IntelliJ IDEA 2024.3.1.1 (Ultimate Edition) on Windows and TeXiFy IDEA 0.9.9.
Image explains everything
Comments are not in the right code style (for me, a gray color).
It seems like the space (highlighted by the cursor) is being used as a delimiter?
(I indent my code with tab characters)
If there is another space that "terminates the space", everything is proper again except that putting the cursor at
\path
highlights a rather arbitrary part.The text was updated successfully, but these errors were encountered: