I want Notepad ++ to process my .less files the same as my .css files and thus get syntax highlighting for all .less files that I open.
.less
To get LESS syntax highlighting, you need to download and import a custom language file. Here are some links to language files:
Installation Instructions from the GitHub Repository :
Download less.xml fileOpen Notepad ++Go to Language -> Define your language... , click Import... and select the less.xml file that you downloadedClose and restart Notepad ++Done
less.xml
Language -> Define your language...
Import...
Another way to install language files is to copy them to a file in the Notepad ++ installation directory .
Download the XML file of the added language (for example, Less ) from this page
In Notepad ++, open the Language menu> Define your language... and Import file
Language
Define your language...
Import