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 <[email protected]>
  • Loading branch information
2 people authored and stackotter committed Aug 28, 2024
1 parent d8ac2da commit 39d9fb6
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 39d9fb6

Please sign in to comment.