26 lines
437 B
TOML
26 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"
|