tree-sitter implementation for the confindent configuration language

add tangled CI script to mirror to github

+13
+13
.tangled/workflows/mirror.yaml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["main"] 4 + engine: nixery 5 + clone: 6 + depth: 2147483646 7 + steps: 8 + - name: set-remote 9 + command: "git remote add github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\"" 10 + - name: set-branch 11 + command: "git switch -c main" 12 + - name: push 13 + command: "git push github main --force"