Syntax highlighting and code folding done right (with context-free grammar, finally!)
Install dependencies:
npm installTo see if you have tree-sitter installed:
npx tree-sitterTo generate the parser:
npx tree-sitter generateRun test to see if everything's okay:
npm testYou may wanna run this on the language-agda's side:
npm install
apm rebuild