vscode-angular-html
Note: No theme will have the highlighting displayed in these images. For that effect, run the vscode-angular-html: Set custom color customizations
command from the command pallete and you're good to go.
Angular HTML Template Syntax Highlighting
This plugin adds syntax highlighting for angular HTML template files in VS Code. It supports the angular syntax itself, HTML DOM events, SVG, XML (with DTD and namespaces support), emphasizes deprecated and obsolete tags and attributes usage according to the current status of HTML. Also supports custom colors for extra-matched scopes. See settings
Summary
General
Element differentiation (HTML/SVG/Custom/Angular)
The highlighting displayed in this specific section is not part of the custom color customization, and can be achieved by changing this extension' settings.
See Angular-specific list
See HTML-specific list
See SVG-specific list
See PrimeNG-specific list
Customizations
There are a ton of customizations available, and everything can be changed in this extension' settings.
Angular
Directives
Interpolations
Control Flow
See the complete list
HTML
Doctype
Entities
See the complete list
PrimeNG
See the complete list
NG Bootstrap
See the complete list
Kendo UI
See the complete list
Custom components
See color-customization
DOM events
See the complete list
Generic attributes
Style inline
And with colorize support:
See colorize settings
Regex
Deprecated attributes
See the complete list
See the complete list
ARIA-prefixed attributes
See the complete list
Data attributes
SVG
Non-string attributes
See SVG's non string attributes
Elements like stroke can benefit from the colorize settings as the style inline section.
See the complete list
Deprecated attributes
See the complete list
XML
DTD, elements and attributes namespace
Stylesheet
Style tags (CSS/SASS/PostCSS/SCSS/Stylus)
See scripts and style MIME-types
See linting tips
Every MIME-type shown in this section also will be highlighted in <link>
elements
Every style tag in this section can also benefit from the colorize settings as the style inline section
CSS
SCSS
The displayed highlighting is achieved via vscode-angular-scss and it fallbacks to the default one if not installed.
LESS
SASS
Stylus
PostCSS
The displayed highlighting is achieved via language-postcss and it may be replaced with another extension as soon as this merge is released in a new version of the plugin
CSS Fallback
Script tag (Javascript/Typescript/Coffeescript/Dart)
See scripts and style mime-types
Javascript
Typescript
Coffeescript
Dart
Javascript fallback
Theming
If you want to create a theme and support this extension, please checkout the theming docs
Translate
If you want to help translating this extension, please checkout the localization docs
Changelog
See the changelog