Isaac Mills
0fc331b10f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
25 lines
437 B
TOML
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"
|