Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marvinlabs/notepad-plus-plus-scss-syntax-highlighting
Add some syntax highlighting with the default CSS settings provided by Notepad++
https://github.com/marvinlabs/notepad-plus-plus-scss-syntax-highlighting
Last synced: 3 days ago
JSON representation
Add some syntax highlighting with the default CSS settings provided by Notepad++
- Host: GitHub
- URL: https://github.com/marvinlabs/notepad-plus-plus-scss-syntax-highlighting
- Owner: marvinlabs
- Created: 2013-04-17T14:57:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T14:16:34.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T13:11:49.595Z (16 days ago)
- Size: 12.7 KB
- Stars: 132
- Watchers: 21
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We recently started to use [SASS / SCSS][1] to code our stylesheets. We were missing some proper syntax highlighting with the default CSS settings provided by [Notepad++][2]. After some research, we found a good base on [Wouter Beugelsdijk's techblog][3] but we were still not quite happy with it.
# How to use
## To enable SCSS syntax highlighting:
* In Notepad++, Go to the `Language` menu and select `User Defined Dialog...`
* On the window that opens click on the `Import` button and select the XML file from this repository
* Restart Notepad++, select CSS sintax for your *.scss* files.
* That's it, all your files with the *.scss* extension should now be highlighted## To enable autocomplete:
* go to your Notepad++ folder then to `/plugins/APIs/`
* duplicate the `css.xml` and rename this file to `SCSS-Light.xml` or `SCSS-Dark.xml`#Our modifications
## version 1.0
* Highlighting for HTML tags
* Changed some colors
* Added syntax coloring for important comments starting with /\*! instead of just /\*
* Added syntax coloring for partial css keywords used while using [nested properties][4][1]: http://sass-lang.com
[2]: http://notepad-plus-plus.org/
[3]: http://tech.wiedo.nl/sass-3-notepad-user-defined-syntax-highlighti
[4]: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#nested_properties