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

This commit is contained in:
2025-11-28 10:29:59 +00:00
parent 260489fcdd
commit 7976c073e4
6 changed files with 724 additions and 400 deletions
@@ -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))))))