Skip to content

Files

Latest commit

956d5af · Nov 12, 2019

History

History

language-less

@emitty/language-less

A Less language support for @emitty.

Install

npm install @emitty/language-less

Usage

const emitty = require('@emitty/core').configure();

emitty.language({
    extensions: ['.less'],
    parser: require('@emitty/language-less').parse
});

Supported keywords

Changelog

See the Releases section of our GitHub project for changelog for each release version.

License

This software is released under the terms of the MIT license.