tree-sitter-jsonnet 0.0.1

jsonnet and jrsonnet grammar for tree-sitter
Documentation
++++
<p align="center"><a href="https://delta.rocks/jrsonnet"><img alt="jrsonnet logo" src="https://delta.rocks/og/page.svg?title=jrsonnet&sig=cecb5a7de6500c39b0d284e4d14a3bef6d083ce19b8f6e77c82d70c57bf6960e&brand=jrsonnet&subtitle=fast+jsonnet+interpreter" height="300"></img></a></p>
<p align="center">
  <a href="https://delta.rocks/donate"><img alt="opencollective" src="https://delta.rocks/badge/backers.svg"></img></a>
  <a href="./LICENSE"><img alt="license" src="https://delta.rocks/badge/License ยท MIT / Apache 2.svg"></img></a>
</p>
++++

A https://tree-sitter.github.io/tree-sitter/[tree-sitter] grammar for https://github.com/google/jsonnet[jsonnet], with additional support for https://github.com/CertainLach/jrsonnet[jrsonnet] extensions.

== Installation

TODO

== Development

=== Building

[source,bash]
----
deno task install
deno task build
deno task test
----

== Links

https://github.com/google/jsonnet[Jsonnet]:: Configuration definition language
https://github.com/CertainLach/jrsonnet[Jrsonnet]:: Jrsonnet - faster implementation of jsonnet with cool extensions
https://tree-sitter.github.io/tree-sitter/[Tree-sitter]:: The parser generator framework

== License

Licensed under either of:

* Apache License, Version 2.0 (link:LICENSE-Apache-2.0[LICENSE-Apache-2.0])
* MIT license (link:LICENSE-MIT[LICENSE-MIT])

at your option.