Skip to content

vlst-odoo/minerva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minerva

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

You will have to use the HTML syntax highligher for for this to work.

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"
            }
        }
    ]
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published