Skip to content

tree-sitter/tree-sitter-agda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2355a5f · Jul 26, 2019
Jun 14, 2019
Jul 26, 2019
Jul 26, 2019
Jul 26, 2019
Jul 26, 2019
Jun 13, 2018
Apr 20, 2019
Jun 14, 2019
Mar 13, 2018
Mar 29, 2019
Jun 1, 2018
Jun 11, 2018
Oct 3, 2018
Mar 22, 2018
Jun 27, 2019
Mar 20, 2018
Jul 26, 2019

Repository files navigation

Agda Grammar for tree-sitter

Build Status

Syntax highlighting and code folding done right (with context-free grammar, finally!)

tree-sitter

Issues to be resolved

  • Dangling in after let, please refrain from putting in after a newline.
f x = let y = x
          z = x
      in y

How to contribute

Install dependencies:

npm install

To see if you have tree-sitter installed:

npx tree-sitter

To generate the parser:

npx tree-sitter generate

Run test to see if everything's okay:

npm test

You may wanna run this on the language-agda's side:

npm install
apm rebuild