difftastic/README.md

694 B

tree-sitter-gleam

A tree-sitter grammar for the Gleam programming language

This is, presently, very much a work-in-progress.

DONE

  • Parsing
    • import statements
    • const statements
    • external type statements
    • external fn statements
    • pub extenal fn statements
    • pub external type statements

TODO

  • Parsing
    • function statements
    • public function statements
    • type statements
    • public opaque type statements
    • public type statements
  • Queries
    • Syntax highlighting queries