~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
tooling/tree-sitter-plum/tree-sitter.json
{ "grammars": [ { "name": "plum", "camelcase": "Plum", "scope": "source.plum", "path": ".", "file-types": [ "plum" ], "highlights": [ "queries/highlights.scm" ], "tags": [ "queries/tags.scm" ], "indents": [ "queries/indents.scm" ], "injection-regex": "plum" } ], "metadata": { "version": "0.0.1", "license": "MIT", "description": "plum grammar for tree-sitter", "authors": [ { "name": "pyrossh" } ], "links": { "repository": "https://github.com/pyrossh/plum" } }, "bindings": { "c": true, "go": false, "node": false, "python": false, "rust": true, "swift": false }, "theme": { "keyword": "purple", "function": "blue", "type": "green", "number": "brown" }}