From d5539c4e9d9e203b598da1aaea22cb120c7e5ad7 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Mon, 9 Mar 2026 21:50:58 -0700 Subject: [PATCH] v1.87.0 --- docs/TREE_SITTER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TREE_SITTER.md b/docs/TREE_SITTER.md index 1e11222..50999ea 100644 --- a/docs/TREE_SITTER.md +++ b/docs/TREE_SITTER.md @@ -24,7 +24,7 @@ The goal is to confirm that a regex hit appears in a plausible code assignment/c Tree-sitter is attempted only when all of these are true: -- Blob length is between `1 KiB` and `64 KiB` (`should_attempt_tree_sitter`). +- Blob length is between `0 KiB` and `128 KiB` (`should_attempt_tree_sitter`). - `fast_mode` is disabled. - A language hint is available. - The language maps to a supported Tree-sitter grammar + query set.