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

cryTemplate Language Support

cryeffect Media Group

|
1 install
| (1) | Free
Syntax highlighting for .crytpl/.crytemplate templates (HTML + cryTemplate tokens).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cryTemplate Language Support

Provides syntax highlighting for *.crytpl / *.crytemplate templates used in this repository.

cryTemplate is a lightweight template engine with zero runtime dependencies. Interpolations are HTML-escaped by default, and templates cannot execute arbitrary JavaScript – just string magic with interpolation, control flow, iteration, filters, and HTML escaping. 🪄

For details about cryTemplate see https://crymg.github.io/cryTemplate/.

Features

  • Highlights cryTemplate interpolation tokens: {{ ... }} (escaped), {{= ... }} (raw)
  • Highlights whitespace trim markers on open/close: {{- ... -}}, {{~ ... ~}}, {%- ... -%}, {%~ ... ~%}, {#- ... -#}
  • Highlights cryTemplate control tokens: {% if %}, {% elseif %}, {% else %}, {% endif %}, {% each ... as ... %}, {% endeach %}
  • Inline comments: {# ... #}
  • Highlights {{ ... }} and {% ... %} tokens inside HTML and Markdown
  • Also highlights HTML syntax in the same file.

Example

License

MIT License. See LICENSE file for details.

Copyright (c) 2026 cryeffect Media Group https://crymg.de, Peter Müller

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