This grammar implements the INI format.
todo
todo
Steps to perform a release:
- Bump and tag the version (choose
patch/minor/majoras appropriate).npm version patch -m "release %s" - Bump to prerelease, without creating a tag .
npm version --no-git-tag-version prerelease --preid dev && git add package*.json && git commit -m bump - Push.
git push --follow-tags - Release the tagged commit: https://github.com/justinmk/tree-sitter-ini/releases/new