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-scss

Angular syntax highlighting for scss style files
https://github.com/ghaschel/vscode-angular-scss

angular css sass scss syntax-highlighting vscode vscode-extension vscode-extensions vscode-language vscode-plugin vscode-plugins

Last synced: 9 days ago
JSON representation

Angular syntax highlighting for scss style files

Awesome Lists containing this project

README

        

# vscode-angular-scss

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


Logo

## Better SCSS Syntax Highlighting

This plugin fixes the VSCode's messed up and feature-lacking SCSS syntax highlighting. Also adds some bleeding edge CSS features and Angular-Specific (although deprecated) selectors support

## Summary

- [vscode-angular-scss](#vscode-angular-scss)
- [Better SCSS Syntax Highlighting](#better-scss-syntax-highlighting)
- [Summary](#summary)
- [General SCSS](#general-scss)
- [General CSS](#general-css)
- [Angular-Specific Selectors](#angular-specific-selectors)
- [Houdini CSS](#houdini-css)
- [Pseudo-Classes](#pseudo-classes)
- [Pseudo-Elements](#pseudo-elements)
- [XML Namespaces](#xml-namespaces)
- [Disclaimer](#disclaimer)
- [Changelog](#changelog)

### General SCSS

General SCSS

### General CSS

General CSS

### Angular-Specific Selectors

Angular-Specific Selectors

### Houdini CSS

Houdini CSS

### Pseudo-Classes

Pseudo-Classes

### Pseudo-Elements

Pseudo-Elements

### XML Namespaces

XML Namespaces

## 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 or open an issue if needed.

## [Changelog](CHANGELOG.md)