Xui Language SupportImplements Xui syntax highlighting to XML files using a bespoke XML TextMate grammar. FeaturesProvides syntax highlighting for all token types:
The syntax colors are driven from your chosen theme but they're separated into two categories:
Parsed tokens are tokens using square brakcets ("[]") and the argument token ("{@ @}"). Rendered tokens are the remaining tokens using the curly braces ("{}"). Known IssuesCurrently, Xui attributes (e.g. "x:class" and "x:bind" etc.) do not have any syntax highlighting - this also means PHP code inside evaluated attributes is not correctly highlighted as it is with evaluated tokens. |