From 216018a02e80fcc369c5c2786538593fa8fd199d Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 8 Apr 2024 07:07:03 -0700 Subject: Update highlighting languages --- less.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less.html.markdown') diff --git a/less.html.markdown b/less.html.markdown index 0cd95aba..86470585 100644 --- a/less.html.markdown +++ b/less.html.markdown @@ -8,7 +8,7 @@ contributors: Less is a CSS pre-processor, that adds features such as variables, nesting, mixins and more. Less (and other preprocessors, such as [Sass](http://sass-lang.com/)) help developers to write maintainable and DRY (Don't Repeat Yourself) code. -```css +```less //Single line comments are removed when Less is compiled to CSS. /*Multi line comments are preserved. */ -- cgit v1.2.3