Skip to content

Commit a552dc0

Browse files
committed
Rewrite readme
1 parent 9d9efe7 commit a552dc0

File tree

2 files changed

+9
-239
lines changed

2 files changed

+9
-239
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
<img src="https://postcss.github.io/postcss/logo.svg" title="Philosopher’s stone, logo of PostCSS" align="right" width="95" height="95">
44

5-
PostCSS syntax highlighting for Sublime Text. This package is fork of [Syntax Highlighting for Sass] by @P233 with few changes making this more useful rather Sass package:
5+
PostCSS syntax highlighting for Sublime Text.
66

7-
* Using SCSS syntax highlighting. This covers most of PostCSS possible syntax. Removed `Sass` syntax highlighting and all Sass completions;
8-
* Support for CSS custom properties `var(--variable-name)` and `--variable-name`;
9-
* Automatic enable syntax highlighting by `*.pcss` and `*.postcss` file extensions;
10-
* Standard CSS comments (`/* comment */`) instead of Sass single line comments (`// comment`).
11-
* Supports [SugarSS syntax]
7+
* Support CSS-like syntax and [SugarSS] syntax.
8+
* Support for CSS custom properties `var(--variable-name)` and `--variable-name`, and dollar variables `$variable`;
9+
* Automatic enable syntax highlighting for `*.pcss` and `*.postcss` files (CSS-like syntax), and for `*.sss` (SugarSS);
1210

1311
There is a lot of possible improvements can be made to this syntax, but frankly, I don't understand in syntax files much and hope for the help of the community.
1412

@@ -18,7 +16,11 @@ Install with [Package Control].
1816

1917
Open the Command Palette `Cmd+Shift+P` (OS X) or `Ctrl+Shift+P` (Linux/Windows) and select “Package Control: Install Package”, then search for `Syntax Highlighting for PostCSS`.
2018

19+
## Thanks
20+
21+
This package is based on [Syntax Highlighting for Sass] by @P233.
22+
2123
[PostCSS]: https://github.com/postcss/postcss
2224
[Syntax Highlighting for Sass]: https://github.com/P233/Syntax-highlighting-for-Sass
23-
[SugarSS syntax]: README-SugarSS.md
25+
[SugarSS]: https://github.com/postcss/sugarss
2426
[Package Control]: https://packagecontrol.io/

README.original-sass.md

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)