diff --git a/languages.toml b/languages.toml index 5f0d8c3daddff..4af4f29b79001 100644 --- a/languages.toml +++ b/languages.toml @@ -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