Skip to content

syntacti/tree-sitter-ini

 
 

Repository files navigation

tree-sitter-ini

This grammar implements the INI format.

Overview

todo

Known issues

todo

Release

Steps to perform a release:

  1. Bump and tag the version (choose patch/minor/major as appropriate).
    npm version patch -m "release %s"
    
  2. Bump to prerelease, without creating a tag .
    npm version --no-git-tag-version prerelease --preid dev && git add package*.json && git commit -m bump
    
  3. Push.
    git push --follow-tags
    
  4. Release the tagged commit: https://github.com/justinmk/tree-sitter-ini/releases/new

About

tree-sitter grammar/parser for .ini files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C 82.3%
  • Rust 10.0%
  • JavaScript 4.0%
  • C++ 2.6%
  • Python 1.1%