tree-sitter-naninovel

Naniscript grammar for tree-sitter.


License
MIT
Install
npm install tree-sitter-naninovel@1.1.2

Documentation

Configuration

Reference for prebuild targets: https://github.com/tree-sitter/tree-sitter-ruby/blob/master/package.json

Publishing

  1. Make sure a .prebuildrc file (git-ignored) is in the root of the repository that contains a valid GitHub token upload=<token>
  2. Bump package version in the package.json
  3. yarn run pre-build (GitHub credentials erros are expected)
  4. npm publish