Configuration for XHTML files
joan-miralles opened this issue · 8 comments
We'll take a look. Thx for the report!
Thanks for your reply!
I have the problem with files with ".xhtml" extension, not jsf.
I have no jsf-el-extension
plugin. IntelliJ has "JavaEE: Java Server Faces" support in a bundled plugin.
Maybe only it's a problem about how IntelliJ detects files with XHTML extension.
IntelliJ 2019.3
Maybe it's a problem with how IntelliJ detects this file type in my config, because I see a different logo in the Project View (I see a "JSF" logo, not an "H").
I'll close the issue. :-)
Thank you for our support!
Ohh cool! 😊
FYI:
I've found a solution for this problem with JSF highlight in this post:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206401269-JSF-Highlight
This one worked for me: go to Editor > Color Scheme > Language Defaults > Template language and uncheck Foreground checkbox
Maybe changing:
<option name="DEFAULT_TEMPLATE_LANGUAGE_COLOR">
<value>
<option name="FOREGROUND" value="d5c4a1" />
</value>
</option>