Skip to content

SevInf/bemhtml-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bemhtml-lint

Tool for checking syntax of bemhtml template language. For now, checks only for parser errors.

Installation

Install using npm:

npm install -g bemhtml-lint

Usage

Single file:

bemhtml-lint block/block.bemhtml

Multiple files:

bemhtml-lint block1/block1.bemhtml block2/block2.bemhtml

Glob pattern:

bemhtml-lint *.bemhtml

Editors integration

Vim: use Syntastic.

License

Distributed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published