journal/.helix/languages.toml
Isaac Mills 0fc331b10f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Full compile-time code highlighting
2024-04-22 23:11:04 -04:00

25 lines
437 B
TOML

[[language]]
name = "grz"
scope = "scope.grz"
injection-regex = "grz"
file-types = ["grz"]
roots = []
auto-format = true
comment-token = "//"
indent = { tab-width = 4, unit = " " }
language-servers = ["grezi"]
[[grammer]]
name = "grz"
[[language]]
name = "djot"
scope = "scope.djot"
injection-regex = "dj|djot"
file-types = ["dj"]
roots = []
comment-token = "{%"
indent = { tab-width = 4, unit = " " }
[[grammar]]
name = "djot"