just module extension (#11286)

Co-authored-by: adept <adept@noreply.codeberg.org>
pull/11304/head
1adept 2 months ago committed by GitHub
parent 182b26bebc
commit 9d21b8fa85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3073,7 +3073,7 @@ source = { git = "https://github.com/lefp/tree-sitter-opencl", rev = "8e1d24a570
[[language]] [[language]]
name = "just" name = "just"
scope = "source.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" injection-regex = "just"
comment-token = "#" comment-token = "#"
indent = { tab-width = 4, unit = " " } indent = { tab-width = 4, unit = " " }

Loading…
Cancel
Save