From 35f1c2a55f2cdf396c26cbe5a8433b009e1b9f01 Mon Sep 17 00:00:00 2001 From: Lukas Grassauer Date: Sat, 13 Jul 2024 19:59:21 +0200 Subject: [PATCH] Update tree-sitter-todotxt (#11097) Update to latest commit that allows any non-whitespace character for projects, and contexts. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 69b55f178..97ee3e54a 100644 --- a/languages.toml +++ b/languages.toml @@ -3245,7 +3245,7 @@ auto-format = true [[grammar]] name = "todotxt" -source = { git = "https://github.com/arnarg/tree-sitter-todotxt", rev = "0207f6a4ab6aeafc4b091914d31d8235049a2578" } +source = { git = "https://github.com/arnarg/tree-sitter-todotxt", rev = "3937c5cd105ec4127448651a21aef45f52d19609" } [[language]] name = "strace"