Skip to content

parascent/tree-sitter-pug

 
 

Repository files navigation

Tree-sitter-pug

This is a tree-sitter parser grammar for the pug language.

For now this is intended to be used for a vue+pug setup, as the control flow operations aren't recognized by the parser (since they are not used in conjunction with vue).

Contributing

If you'd like to contribute the missing grammar, feel free to fork/PR:

currently missing:

To add tests, check out ./test/corpus/*.txt

How to run & test:

npm install -g tree-sitter-cli
tree-sitter generate && tree-sitter test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.2%
  • C++ 4.6%
  • Rust 4.2%
  • JavaScript 3.1%
  • Python 0.4%
  • Pug 0.3%
  • Scheme 0.2%