tree-sitter-jsonnet 0.0.1

jsonnet and jrsonnet grammar for tree-sitter
Documentation

++++

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.