aboutsummaryrefslogtreecommitdiff
path: root/helix-core/tests/data/indent/languages.toml
blob: f9cef49428243585e2c91e55195f9923f43c3a4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This languages.toml should contain definitions for all languages for which we have indent tests
[[language]]
name = "rust"
scope = "source.rust"
injection-regex = "rust"
file-types = ["rs"]
comment-token = "//"
roots = ["Cargo.toml", "Cargo.lock"]
indent = { tab-width = 4, unit = "    " }

[[grammar]]
name = "rust"
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "a360da0a29a19c281d08295a35ecd0544d2da211" }