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

            Bug ID: 363280
           Summary: highlighting: c++: #if 1 #endif #if defined (A) aaa
                    #elif defined (B) bbb #endif
           Product: kate
           Version: 3.14.2
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: part
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: safinas...@mail.ru

-

Reproducible: Always

Steps to Reproduce:
Open some C++ file in Kate 3.14.2 or KDevelop 4.7.0. Type:

#if 1
#endif
#if defined (A)
aaa
#elif defined (B)
bbb
#endif

Actual Results:  
"defined (B)" and "bbb" will be gray

Expected Results:  
"defined (B)" should be green like "defined (A)" and "bb" should be black like
"aaa"

Debian GNU/Linux Jessie

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

Reply via email to