All Projects → ghaschel → vscode-angular-html

ghaschel / vscode-angular-html

Licence: other
Angular syntax highlighting for HTML templates

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-angular-html

Vue Theme Vscode
+200.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
Stars: ✭ 54 (+54.29%)
Mutual labels:  syntax-highlighting, vscode, vscode-extension
Syntax Highlighter
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
Stars: ✭ 88 (+151.43%)
Mutual labels:  syntax-highlighting, vscode, vscode-extension
Vscode Terraform
A Visual Studio Code extension for Hashicorp Terraform
Stars: ✭ 672 (+1820%)
Mutual labels:  syntax-highlighting, vscode, vscode-extension
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+302.86%)
Mutual labels:  syntax-highlighting, vscode, vscode-extension
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-71.43%)
Mutual labels:  syntax-highlighting, vscode, vscode-extension
VSCode-Anywhere
VSCode with preconfigured tools for your programming languages : binaries, settings, extensions and documentations
Stars: ✭ 26 (-25.71%)
Mutual labels:  vscode, vscode-extension, vscode-language
vscode-less
🔌 Less intellisense for Variables and Mixins in all Less files.
Stars: ✭ 21 (-40%)
Mutual labels:  vscode, vscode-extension
torchlight-laravel
A Laravel client for Torchlight - the syntax highlighting API.
Stars: ✭ 64 (+82.86%)
Mutual labels:  syntax-highlighting, vscode
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+2040%)
Mutual labels:  syntax-highlighting, vscode
Vscode Deno
[Deprecated] Move to https://github.com/denoland/vscode_deno
Stars: ✭ 249 (+611.43%)
Mutual labels:  vscode, vscode-extension
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (+442.86%)
Mutual labels:  syntax-highlighting, vscode
vscode-requirejs
Provides goto definition functionality for require js modules.
Stars: ✭ 20 (-42.86%)
Mutual labels:  vscode, vscode-extension
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (+657.14%)
Mutual labels:  syntax-highlighting, vscode
language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+354.29%)
Mutual labels:  syntax-highlighting, vscode-extension
pine-script-syntax-highlighting
Syntax Highlighting for Pine Script
Stars: ✭ 58 (+65.71%)
Mutual labels:  vscode-extension, vscode-language
vscode-saltstack
SaltStack extension for Microsoft Visual Studio Code
Stars: ✭ 26 (-25.71%)
Mutual labels:  vscode-extension, vscode-language
todo-txt
Todo.txt syntax highlighter and helper extension for visual studio code.
Stars: ✭ 39 (+11.43%)
Mutual labels:  syntax-highlighting, vscode-extension
Vscode Comment Translate
vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。
Stars: ✭ 235 (+571.43%)
Mutual labels:  vscode, vscode-extension
Vscode Live Server
Launch a development local Server with live reload feature for static & dynamic pages.
Stars: ✭ 3,275 (+9257.14%)
Mutual labels:  vscode, vscode-extension
vscode-caddyfile-support
Rich Caddyfile support for Visual Studio Code
Stars: ✭ 30 (-14.29%)
Mutual labels:  syntax-highlighting, vscode-extension

vscode-angular-html

SemVer GitHub issues GitHub license Build status Installs Version Greenkeeper badge Commitizen friendly

Logo

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 and emphasizes deprecated and obsolete tags and attributes usage according to the current status of HTML.

Note: VSCode's default Dark+ theme doesn't have the highlighting displayed in these images. For that effect I recommend using dark-plus-syntax theme. Other themes that have similar highlighting: cobalt2, dracula / dracula soft and and old hope classic.

Summary

Angular directives

Angular directives

Doctype

Doctype

Comments

Comments

Invalid attributes see complete list

Invalid attributes

Angular interpolations (with safe navigation operator)

Angular Interpolations

Angular structural tags

Angular Structural Tags

Entities

HTML Entities

Regex

Regex

Deprecated tags see complete list

Deprecated tags

DOM events see complete list

DOM events

Style inline

Style inline

Style tag (scss/stylus)

Note: stylus is only supported via language-stylus

Style tag

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.

Based in the original work of dunstontc

Changelog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].