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
I have a grammar (a basic language) that have ^ as an operator. The generated code for the operators on the pygments code include this symbol unescaped, and the generated highlighter is locking at 100% cpu usage because of this. Escaping the symbol solves the lock.
Other symbols are being correctly escaped, it appears that is only ^ that is not being escaped.
The text was updated successfully, but these errors were encountered:
I have a grammar (a basic language) that have
^
as an operator. The generated code for the operators on the pygments code include this symbol unescaped, and the generated highlighter is locking at 100% cpu usage because of this. Escaping the symbol solves the lock.Other symbols are being correctly escaped, it appears that is only
^
that is not being escaped.The text was updated successfully, but these errors were encountered: