https://bugs.kde.org/show_bug.cgi?id=473266

Vollbracht <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Vollbracht <[email protected]> ---
In general kate seems to fail in syntax highlighting when stumbling over a
string containing uneven marks. Let's view some Expl3 code (LaTeX):

\exp_args:Nno \regex_replace_once:nnN { \(\s*[^\)]*\) } { \l_tmpb_tl }
\l_tmpd_tl

\( or \) are escaped parentheses in second param (a RegEx) and should be
invisible to syntax analysis. In this case I'm searching for an opening
parenthesis followed by everything that is no closing parenthesis followed by
the closing parenthesis. Syntax analysis however doesn't see "I'm searching
for" or "no". It just sees "opening parenthesis" ... "closing parenthesis" ...
"closing parenthesis" (uneven).

Is this still the same bug or is it to be filed new?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to