# @codemirror/lang-less

> Less support for the CodeMirror code editor

Latest version **6.0.2** (published 2023-12-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @codemirror/lang-less
pnpm add @codemirror/lang-less
yarn add @codemirror/lang-less
bun add @codemirror/lang-less
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 6.0.2 |
| Published | 2023-12-28 |
| First published | 2023-04-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 42.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Marijn Haverbeke |
| Maintainers | adrianheine, marijn |
| Keywords | editor, code, wast |

## Links

- npm: https://www.npmjs.com/package/@codemirror/lang-less
- Repository: https://github.com/codemirror/lang-less
- Homepage: https://github.com/codemirror/lang-less#readme
- Issues: https://github.com/codemirror/lang-less/issues
- npm.io page: https://npm.io/package/@codemirror/lang-less

## Dependencies (5)

- [@lezer/lr](https://npm.io/package/@lezer/lr.md) ^1.0.0
- [@lezer/common](https://npm.io/package/@lezer/common.md) ^1.2.0
- [@lezer/highlight](https://npm.io/package/@lezer/highlight.md) ^1.0.0
- [@codemirror/lang-css](https://npm.io/package/@codemirror/lang-css.md) ^6.2.0
- [@codemirror/language](https://npm.io/package/@codemirror/language.md) ^6.0.0

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 6.0.2 (latest) — 2023-12-28
- 6.0.1 — 2023-04-29
- 6.0.0 — 2023-04-26

## README

<!-- NOTE: README.md is generated from src/README.md -->

# @codemirror/lang-less [![NPM version](https://img.shields.io/npm/v/@codemirror/lang-less.svg)](https://www.npmjs.org/package/@codemirror/lang-less)

[ [**WEBSITE**](https://codemirror.net/) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/lang-less/blob/main/CHANGELOG.md) ]

This package implements Less language support for the
[CodeMirror](https://codemirror.net/) code editor.

The [project page](https://codemirror.net/) has more information, a
number of [examples](https://codemirror.net/examples/) and the
[documentation](https://codemirror.net/docs/).

This code is released under an
[MIT license](https://github.com/codemirror/lang-less/tree/main/LICENSE).

We aim to be an inclusive, welcoming community. To make that explicit,
we have a [code of
conduct](http://contributor-covenant.org/version/1/1/0/) that applies
to communication around the project.

## API Reference

<dl>
<dt id="user-content-less">
  <code><strong><a href="#user-content-less">less</a></strong>() → <a href="https://codemirror.net/docs/ref#language.LanguageSupport">LanguageSupport</a></code></dt>

<dd><p>Language support for Less.</p>
</dd>
<dt id="user-content-lesslanguage">
  <code><strong><a href="#user-content-lesslanguage">lessLanguage</a></strong>: <a href="https://codemirror.net/docs/ref#language.LRLanguage">LRLanguage</a></code></dt>

<dd><p>A language provider for Less style sheets.</p>
</dd>
<dt id="user-content-lesscompletionsource">
  <code><strong><a href="#user-content-lesscompletionsource">lessCompletionSource</a></strong>: <a href="https://codemirror.net/docs/ref#autocomplete.CompletionSource">CompletionSource</a></code></dt>

<dd><p>Property, variable, @-variable, and value keyword completion
source.</p>
</dd>
</dl>

---
_Source: https://npm.io/package/@codemirror/lang-less · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
