plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
plum-tooling/tree-sitter-plum/.helix/languages.toml
[[language]]
name = "plum"
scope = "source.plum"
injection-regex = "plum"
file-types = ["plum"]
comment-tokens = "#"
indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "plum"
source.path = "/Users/pyrossh/Code/plum/plum-tooling/tree-sitter-plum"