tree-sitter / node-tree-sitter

Node.js bindings for tree-sitter
https://www.npmjs.com/package/tree-sitter
MIT License
649 stars 114 forks source link

Explain how to import local treesitter modules #67

Closed ahelwer closed 3 years ago

ahelwer commented 4 years ago

This was very helpful to me when creating my grammar & its consumer in tandem. You can make quick edits to the grammar without having to publish the changes to npmjs.com.

ahelwer commented 3 years ago

Closing because it's better to use npm install <localpath>.