~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
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/pyrossh/plum/tooling/tree-sitter-plum"