vscode-angular-pug

Angular syntax highlighting for Pug templates

MIT License

Stars
8
Committers
2

vscode-angular-pug

Angular Pug Template Syntax Highlighting

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.

Summary

Doctype

Comments

Angular directives

Angular interpolations (with safe navigation operator)

Entities

Regex

DOM events see complete list

Style inline

Script tag

Generic attributes

Disclaimer

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.

Changelog