We recently started to use SASS / SCSS to code our stylesheets. We were missing some proper syntax highlighting with the default CSS settings provided by Notepad++. After some research, we found a good base on Wouter Beugelsdijk's techblog but we were still not quite happy with it.
- In Notepad++, pick the
User Defined Dialog...
item from theview
menu. - Click on the import button and simply select the XML file located in our ZIP file
- That's it, all your files with the .scss extension should now be highlighted
- go to your Notepad++ folder then to
/plugins/APIs/
- duplicate the
css.xml
and rename this file toscss.xml
.
#Our modifications
- 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