hsz / idea-latex

LaTeX plugin for IntelliJ IDEA

Home Page:https://plugins.jetbrains.com/plugin/7660

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First occurance of regular bracket () reports an error

blacktav opened this issue · comments

The first-time regular parentheses "( ... )" is used in a document triggers an error, provided the opening bracket is not the first character in a line.

After that brackets are fine

Error message follows:

LaTeXTokenType.,, LaTeXTokenType.:, LaTeXTokenType.ARGUMENT, LaTeXTokenType.CRLF, LaTeXTokenType.IDENTIFIER, LaTeXTokenType.SPECIAL, LaTeXTokenType.\\, LaTeXTokenType.\begin or LaTeXTokenType.\end expected, got '(' at line 14 

This bug still exists..