You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
It looks like support for HTML is in config.js. Here's a possible Pug definition:
PugTemplate: {
word: /[$0-9a-zA-Z_-]+/,
regexes: [
/^\s*{word}\#{word}(\s|\(|$|\.)/
//^^ presumes ^ is beginning of a line (not the file)
],
files: ['*.pug'],
dependencies: ['JavaScript', 'CoffeeScript', 'TypeScript']
/* Not sure what these are for ^^^ */
}
It'd be great to jump around and to HTML/Pug (formerly Jade) source files, especially with a template-heavy web framework like Knockout.
Samples IDs:
And Pug:
div#my-id
Cheers.
The text was updated successfully, but these errors were encountered: