Sass/SCSS grammar for Lezer
  • JavaScript 100%
Find a file
2026-04-14 17:24:26 +02:00
dist Conform to expectation of recent TS versions 2023-07-03 11:01:22 +02:00
src Support timeline ranges in keyframe selectors 2025-05-16 11:21:26 +02:00
test Support timeline ranges in keyframe selectors 2025-05-16 11:21:26 +02:00
.gitignore Start implementing a CSS mode 2019-07-11 17:16:55 +02:00
.npmignore Start implementing a CSS mode 2019-07-11 17:16:55 +02:00
CHANGELOG.md Mark version 1.1.0 2025-05-16 11:22:14 +02:00
LICENSE Update maintainer email 2023-01-24 08:28:48 +01:00
package.json Update github links 2026-04-14 17:24:26 +02:00
README.md Rename to @lezer/sass 2023-04-20 14:19:53 +02:00
rollup.config.js Conform to expectation of recent TS versions 2023-07-03 11:01:22 +02:00

@lezer/sass

This is a Sass/SCSS grammar for the lezer parser system.

Parses SCSS syntax by default. Enable the "indented" dialect to support indented syntax.

The code is licensed under an MIT license.