Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Xui Language SupportNew to Visual Studio Code? Get it now.
Xui Language Support

Xui Language Support

Harry Phillips

|
283 installs
| (0) | Free
Syntax highlighting for Xui XML
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Xui Language Support

Implements Xui syntax highlighting to XML files using a bespoke XML TextMate grammar.

Features

Provides syntax highlighting for all token types:

  • [[ logic-token ]]
  • [= i18n =]
  • [% php::code() %]
  • {@ include-argument @}
  • {{ data }}
  • {= i18n =}
  • {% php::code() %}

The syntax colors are driven from your chosen theme but they're separated into two categories:

  • Parsed
  • Rendered

Parsed tokens are tokens using square brakcets ("[]") and the argument token ("{@ @}"). Rendered tokens are the remaining tokens using the curly braces ("{}").

Known Issues

Currently, 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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft