Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghaschel/vscode-angular-scss-inline
vscode-angular-scss-inline
https://github.com/ghaschel/vscode-angular-scss-inline
Last synced: about 2 months ago
JSON representation
vscode-angular-scss-inline
- Host: GitHub
- URL: https://github.com/ghaschel/vscode-angular-scss-inline
- Owner: ghaschel
- License: mit
- Created: 2023-11-24T19:46:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T17:30:34.000Z (about 1 year ago)
- Last Synced: 2024-10-11T23:13:30.837Z (2 months ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-angular-scss-inline
[![SemVer](https://img.shields.io/github/tag/ghaschel/vscode-angular-scss-inline.svg)](https://img.shields.io/github/tag/ghaschel/vscode-angular-scss-inline.svg)
[![GitHub issues](https://img.shields.io/github/issues/ghaschel/vscode-angular-scss-inline.svg)](https://github.com/ghaschel/vscode-angular-scss-inline/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ghaschel/vscode-angular-scss-inline/blob/master/LICENSE)
[![NodeJS with Gulp](https://github.com/ghaschel/vscode-angular-scss-inline/actions/workflows/npm-gulp.yml/badge.svg?event=push)](https://github.com/ghaschel/vscode-angular-scss-inline/actions/workflows/npm-gulp.yml)
[![Downloads](https://vsmarketplacebadges.dev/downloads-short/ghaschel.vscode-angular-scss-inline.png)](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-scss-inline)
[![Installs](https://vsmarketplacebadges.dev/downloads-short/ghaschel.vscode-angular-scss-inline.png)](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-scss-inline)
[![Version](https://vsmarketplacebadges.dev/downloads-short/ghaschel.vscode-angular-scss-inline.png)](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-scss-inline)
[![Known Vulnerabilities](https://snyk.io/test/github/ghaschel/vscode-angular-scss-inline/badge.svg)](https://snyk.io/test/github/ghaschel/vscode-angular-scss-inline)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
## Better SCSS Syntax Highlighting
This plugin is a inline style wrapper for [vscode-angular-scss](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-scss) and supports everything that said one does.
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-inline](#vscode-angular-scss-inline)
- [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 CSS
### Angular-Specific Selectors
### Houdini CSS
### Pseudo-Classes
### Pseudo-Elements
### 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)