Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azrafe7/less-for-notepad-plusplus
Syntax Highlighting for LESS files in Notepad++ (UDL v2.1)
https://github.com/azrafe7/less-for-notepad-plusplus
Last synced: 11 days ago
JSON representation
Syntax Highlighting for LESS files in Notepad++ (UDL v2.1)
- Host: GitHub
- URL: https://github.com/azrafe7/less-for-notepad-plusplus
- Owner: azrafe7
- Created: 2013-05-02T19:31:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T02:56:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T13:22:19.038Z (about 2 months ago)
- Language: HTML
- Size: 139 KB
- Stars: 69
- Watchers: 10
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
LESS for Notepad++
=========================Syntax Highlighting for LESS files in Notepad++ (UDL v2.1)
What's This Thing
--------------
Just an xml file that gives you syntax highlighting/coloring for .LESS files inside recent versions of [Notepad++](http://notepad-plus-plus.org) (the ones that support the [User Defined Language](http://udl20.weebly.com/ "User Defined Language")).How to Use it
--------------
- Download the `less.xml` file
- Open Notepad++
- Go to `Language -> Define your language...`, click on `Import...` and select the `less.xml` file you've downloaded
- Close and restart Notepad++
- DoneNotes
-------
The color scheme is purposedly built for the Bespin theme (a dark theme), but changing the background color should be quite easy (it's an xml file in the end;).Here's a preview of how it looks like:
![](preview.png)
Thanks to *Raúl Salitrero* who made the initial version (see [http://sourceforge.net/apps/mediawiki/notepad-plus/?title=User_Defined_Language_Files#L](http://sourceforge.net/apps/mediawiki/notepad-plus/?title=User_Defined_Language_Files#L)).
Use it however you like it.
Contributions
-------------
Some kind souls contributed a few mods inspired by alternative themes.- [Obsidian](less-obsidian.xml) (by [eight04](https://github.com/eight04))
![](preview-obsidian.png)
- [Zenburn](less-zenburn.xml) (by [sebcar](https://github.com/sebcar))
![](preview-zenburn.png)
Cheers,
azrafe7 (_`azrafe7 at gmail dot com`_)