diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:07:03 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:07:03 -0700 |
commit | 216018a02e80fcc369c5c2786538593fa8fd199d (patch) | |
tree | e388f5d01f5dc1b13cd0d86ec6e2f8cf8106bfb2 /less.html.markdown | |
parent | 52efd27986c78e7a3d78a2c2b82c186d66eec10f (diff) |
Update highlighting languages
Diffstat (limited to 'less.html.markdown')
-rw-r--r-- | less.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |