Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
/ grammar Public archive

Tree-sitter grammar for NaniScript — scenario scripting language for Naninovel visual novel engine

License

Notifications You must be signed in to change notification settings

naninovel/grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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