Skip to content

Commit

Permalink
Update todo.txt glob patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
gjabell committed Sep 10, 2023
1 parent 431d31f commit 9dd9858
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 @@ -2821,7 +2821,7 @@ source = { git = "https://github.com/kylegoetz/tree-sitter-unison", rev = "98c4e
[[language]]
name = "todotxt"
scope = "text.todotxt"
file-types = [{ glob = "todo.txt" }, { glob = ".todo.txt" }, "todotxt"]
file-types = [{ glob = "todo.txt" }, { glob = "*.todo.txt" }, "todotxt", "todo.txt"]
roots = []
formatter = { command = "sort" }
auto-format = true
Expand Down

0 comments on commit 9dd9858

Please sign in to comment.