tree-sitter implementation for the confindent configuration language

add git branch listing for ci debugging

+2
+2
.tangled/workflows/mirror.yaml
··· 3 3 branch: ["main"] 4 4 engine: nixery 5 5 steps: 6 + - name: debug-list 7 + command: "git branch --list" 6 8 - name: set-origin 7 9 command: "git remote add github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\"" 8 10 - name: push