~rockorager/tree-sitter-hare

strings: fix raw-string-literal

Raw string literal used "'" instead of "`". Fix this

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
format-seq: add format field modifiers

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
highlights: add "bool" @type

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
highlights: add enum_values @constant

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
escape: change capture to @string.escape

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
struct: add @packed

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
update readme

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
chore: remove even more build artifacts

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
chore: remove more build artifacts

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
chore: update gitignore

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
highlights: add error propagation highlights

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
chore: update readme

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
chore: remove build artifacts from repo

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
add type fields, simplify enum
refactor to align with tree-sitter-c

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
add +/- to float/int literals
add true, false, null, void constants
remove last todos

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
unflatten tree

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Next