Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XHTML/JSF not properly highlighting #25

Open
SvenskNavi opened this issue Jun 8, 2021 · 0 comments
Open

XHTML/JSF not properly highlighting #25

SvenskNavi opened this issue Jun 8, 2021 · 0 comments

Comments

@SvenskNavi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant