config

#brew#nushell

git clone https://git.pyrossh.dev/config

Common configuration


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/tooling/tree-sitter-plum" }