config

#brew#nushell

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

Common configuration


helix/languages.toml
46c8ff3 1
[[language]]
5e279f0 2
name = "plum"
5e279f0 3
scope = "source.plum"
5e279f0 4
injection-regex = "plum"
5e279f0 5
file-types = ["plum"]
5e279f0 6
comment-tokens = "#"
46c8ff3 7
indent = { tab-width = 2, unit = "  " }
46c8ff3 8
46c8ff3 9
[[grammar]]
5e279f0 10
name = "plum"
5e279f0 11
source = { path = "/Users/pyrossh/Code/plum/tooling/tree-sitter-plum" }