tree-sitter-hjson

August 2, 2021 ยท View on GitHub

hjson grammar for tree-sitter

Heavily based on tree-sitter-json and tree-sitter-jsonc

Demo

Syntax highlight with neovim.

Demo

Features

[x] Handle trailing commas

[x] Handle omitting commas

[x] Handle multiline strings

[ ] Handle quoteless strings

[ ] Handle escape sequence in quoted strings

Contents

  1. 1Demo
  2. 2Features