From a1faec29b2c319844f794f1b7493e7c2aa4cb834 Mon Sep 17 00:00:00 2001 From: Lukas Grassauer Date: Fri, 5 Jul 2024 19:17:08 +0200 Subject: [PATCH] Update tree-sitter-todotxt 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 9c5ce68189d9..bc7c535d3d25 100644 --- a/languages.toml +++ b/languages.toml @@ -3242,7 +3242,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"