tree-sitter implementation for the confindent configuration language

add tangled CI script to mirror to github

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