feat(package): hemar: add indexes to tree-sitter

This commit is contained in:
2025-11-28 10:29:59 +00:00
parent 4b4ea7a1d2
commit 48077aaccc
6 changed files with 724 additions and 400 deletions

View File

@@ -112,3 +112,25 @@ segment with text
(element
(text))
(done))))
==================
brace
==================
{[ {[ ]}
---
(source_file
(element
(actual_bracket)))
==================
indexes
==================
{[ [1].[0].[12].[-2].[-3] ]}
---
(source_file
(element
(interpolation
(path
(index)
(index)
(index)
(index)
(index))))))