You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
3
3
<imgsrc="https://postcss.github.io/postcss/logo.svg"title="Philosopher’s stone, logo of PostCSS"align="right"width="95"height="95">
4
4
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.
6
6
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);
12
10
13
11
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.
14
12
@@ -18,7 +16,11 @@ Install with [Package Control].
18
16
19
17
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`.
20
18
19
+
## Thanks
20
+
21
+
This package is based on [Syntax Highlighting for Sass] by @P233.
22
+
21
23
[PostCSS]: https://github.com/postcss/postcss
22
24
[Syntax Highlighting for Sass]: https://github.com/P233/Syntax-highlighting-for-Sass
0 commit comments