tree-sitter-less 1.0.0

LESS grammar for tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# tree-sitter-less

[![CI][ci]](https://github.com/jimliang/tree-sitter-less/actions/workflows/ci.yml)
[![crates][crates]](https://crates.io/crates/tree-sitter-less)
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-less)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-less)

[LESS](https://lesscss.org/) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

[ci]: https://img.shields.io/github/actions/workflow/status/jimliang/tree-sitter-less/ci.yml?logo=github&label=CI
[npm]: https://img.shields.io/npm/v/tree-sitter-less?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-less?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-less?logo=pypi&logoColor=ffd242