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
| d357000 | 1 | [[language]] |
| d357000 | 2 | name = "plum" |
| d357000 | 3 | scope = "source.plum" |
| d357000 | 4 | injection-regex = "plum" |
| d357000 | 5 | file-types = ["plum"] |
| d357000 | 6 | comment-tokens = "#" |
| d357000 | 7 | indent = { tab-width = 2, unit = " " } |
| d357000 | 8 | |
| d357000 | 9 | [[grammar]] |
| d357000 | 10 | name = "plum" |
| 984357b | 11 | source.path = "/Users/pyrossh/Code/plum/plum-tooling/tree-sitter-plum" |