Skip to content

Commit

Permalink
Add Justfile to the file types for make (#5687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonks3141 authored Jan 26, 2023
1 parent 250b6cd commit 291f39d
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 @@ -878,7 +878,7 @@ source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "6e51463ef30
[[language]]
name = "make"
scope = "source.make"
file-types = ["Makefile", "makefile", "mk", "justfile", ".justfile"]
file-types = ["Makefile", "makefile", "mk", "Justfile", "justfile", ".justfile"]
injection-regex = "(make|makefile|Makefile|mk|just)"
roots = []
comment-token = "#"
Expand Down

0 comments on commit 291f39d

Please sign in to comment.