Skip to content

Commit

Permalink
just module extension (helix-editor#11286)
Browse files Browse the repository at this point in the history
Co-authored-by: adept <adept@noreply.codeberg.org>
  • Loading branch information
2 people authored and kyruzic committed Sep 27, 2024
1 parent fb6e116 commit d658292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }
Expand Down

0 comments on commit d658292

Please sign in to comment.