1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-21 16:15:40 +01:00

* CSS Syntax highlighting: highlight .less files

This commit is contained in:
Zach DeCook 2019-12-18 09:41:41 -05:00
parent 391ed68163
commit 021cd02963

View File

@ -1,7 +1,7 @@
## Here is an example for css files. ## Here is an example for css files.
## ##
syntax "CSS" "\.(css|scss)$" syntax "CSS" "\.(css|scss|less)$"
color brightred "." color brightred "."
color brightyellow start="\{" end="\}" color brightyellow start="\{" end="\}"
color brightwhite start=":" end="[;^\{]" color brightwhite start=":" end="[;^\{]"