-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Would it be possible to determine what files are deemed to be html etc from the user files.associations key of settings.json
For example adding the mustache for an html template like so?
"files.associations": {
"*.mustache": "html"
},
Or alternatively to add interface or settings.js options for alternative extensions like so?
"minify.html": {
...
...
"htmlExtensions": [
"html,
"htm",
"mustache"
]
}
Metadata
Metadata
Assignees
Labels
No labels