From 021cd029637a438c7d5f6aabdcfb9db8eae75f37 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 18 Dec 2019 09:41:41 -0500 Subject: [PATCH] * CSS Syntax highlighting: highlight .less files --- css.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.nanorc b/css.nanorc index 3e6b83c..04d4a97 100644 --- a/css.nanorc +++ b/css.nanorc @@ -1,7 +1,7 @@ ## Here is an example for css files. ## -syntax "CSS" "\.(css|scss)$" +syntax "CSS" "\.(css|scss|less)$" color brightred "." color brightyellow start="\{" end="\}" color brightwhite start=":" end="[;^\{]"