a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
Jonathan Arnett 7a820c581f Initial commit 2021-12-12 04:53:43 +07:00
bindings Initial commit 2021-12-12 04:53:43 +07:00
corpus Initial commit 2021-12-12 04:53:43 +07:00
src Initial commit 2021-12-12 04:53:43 +07:00
.gitignore Initial commit 2021-12-12 04:53:43 +07:00
Cargo.toml Initial commit 2021-12-12 04:53:43 +07:00
LICENSE Initial commit 2021-12-12 04:53:43 +07:00
README.md Initial commit 2021-12-12 04:53:43 +07:00
binding.gyp Initial commit 2021-12-12 04:53:43 +07:00
grammar.js Initial commit 2021-12-12 04:53:43 +07:00
package-lock.json Initial commit 2021-12-12 04:53:43 +07:00
package.json Initial commit 2021-12-12 04:53:43 +07:00

README.md

tree-sitter-gleam

A tree-sitter grammar for the Gleam programming language

This is, presently, very much a work-in-progress as only import statements are supported.

TODO

  • Constant statements
  • Type statements
  • Function statements
  • Syntax highlighting queries