Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghaschel/vscode-angular-pug

Angular syntax highlighting for Pug templates
https://github.com/ghaschel/vscode-angular-pug

angular pug pugjs syntax-highlighting vscode vscode-extension vscode-extensions vscode-language vscode-plugin vscode-plugins

Last synced: 2 months ago
JSON representation

Angular syntax highlighting for Pug templates

Awesome Lists containing this project

README

        

# vscode-angular-pug

[![GitHub issues](https://img.shields.io/github/issues/ghaschel/vscode-angular-pug.svg)](https://github.com/ghaschel/vscode-angular-pug/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ghaschel/vscode-angular-pug/blob/master/LICENSE)
[![NodeJS with Gulp](https://github.com/ghaschel/vscode-angular-pug/actions/workflows/npm-gulp.yml/badge.svg?event=push)](https://github.com/ghaschel/vscode-angular-pug/actions/workflows/npm-gulp.yml)
[![Downloads](https://vsmarketplacebadges.dev/downloads-short/ghaschel.vscode-angular-pug.png)](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-pug)
[![Installs](https://vsmarketplacebadges.dev/installs-short/ghaschel.vscode-angular-pug.png)](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-pug)
[![Version](https://vsmarketplacebadges.dev/version-short/ghaschel.vscode-angular-pug.png)](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-pug)
[![Greenkeeper badge](https://badges.greenkeeper.io/ghaschel/vscode-angular-pug.svg)](https://greenkeeper.io/)


Logo

## 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](https://marketplace.visualstudio.com/items?itemName=dunstontc.dark-plus-syntax) theme.

## Summary

- [Doctype](#doctype)
- [Comments](#comments)
- [Angular directives](#angular-directives)
- [Angular interpolations](#angular-interpolations)
- [Entities](#html-entities)
- [Regex](#regex)
- [DOM Events](#dom-events)
- [Style inline](#style-inline)
- [Script tags](#script-tags)
- [Generic attributes](#generic-attributes)

### Doctype

Doctype

### Comments

Comments

### Angular directives

Angular directives

### Angular interpolations (with safe navigation operator)

Angular Interpolations

### Entities

HTML Entities

### Regex

Regex

### DOM events [see complete list](DOM-EVENTS.md)

DOM events

### Style inline

Style inline

### Script tag

Script tag

### Generic attributes

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](CHANGELOG.md)