mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
just module extension (#11286)
Co-authored-by: adept <adept@noreply.codeberg.org>
This commit is contained in:
parent
182b26bebc
commit
9d21b8fa85
@ -3073,7 +3073,7 @@ source = { git = "https://github.com/lefp/tree-sitter-opencl", rev = "8e1d24a570
|
||||
[[language]]
|
||||
name = "just"
|
||||
scope = "source.just"
|
||||
file-types = [{ glob = "justfile" }, { glob = "Justfile" }, { glob = ".justfile" }, { glob = ".Justfile" }]
|
||||
file-types = ["just", { glob = "justfile" }, { glob = "Justfile" }, { glob = ".justfile" }, { glob = ".Justfile" }]
|
||||
injection-regex = "just"
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
|
Loading…
x
Reference in New Issue
Block a user