This plugin adds syntax highlighting for angular Pug template files in VS Code. It supports the angular syntax itself and HTML DOM events.
To replicate this readme colors I recommend using dark-plus-syntax theme.
- Doctype
- Comments
- Angular directives
- Angular interpolations
- Entities
- Regex
- DOM Events
- Style inline
- Script tags
- Generic attributes
DOM events see complete list
The development of this plugin serves as a way for me to train Regex, so may not be 100% correct. Feel free to submit a pull request if needed.