OlyaB / DarkPurpleTheme

A dark theme in purple tones for JetBrains IDEs
MIT License
163 stars 15 forks source link

XHTML/JSF not properly highlighting #25

Open SvenskNavi opened 3 years ago

SvenskNavi commented 3 years ago

Sample xhtml file:

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
                xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
    <ui:define name="title">
        Title
    </ui:define>
</ui:composition>

The ui:composition tag gets highlighted correctly, but then any other non-standard html (such as ui:define) renders everything except the namespace name in all white.