Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MinervaNew to Visual Studio Code? Get it now.
Minerva

Minerva

vlad-stroia

|
53 installs
| (0) | Free
Syntax highlighting of js code in owl templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Minerva

This extension provides syntax highlighting of the js code of owl templates.

Installing this extension will make all t-if, t-att-, etc tags white. You can use this code in the settings to make them be any color you want:

  "editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "scope": "js_in_owl",
            "settings": {
                "foreground": "#0d9769"
            }
        }
    ]
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft