mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 05:27:07 +00:00
This uses my fork of the dune tree-sitter grammar to include the generated files Release Notes: - N/A
8 lines
243 B
TOML
8 lines
243 B
TOML
name = "Dune"
|
|
grammar = "dune"
|
|
path_suffixes = ["dune", "dune-project"]
|
|
brackets = [
|
|
{ start = "(", end = ")", close = true, newline = true },
|
|
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] }
|
|
]
|
|
tab_size = 2
|