From b13b80405d4b490d01a7be34835d439e82a60397 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 05 Jan 2025 23:02:00 +0700 Subject: [PATCH] Use forked helix when building without TREE_SITTER_GRAMMAR_LIB_DIR --- tree-sitter-grammar-repository/build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tree-sitter-grammar-repository/build.rs b/tree-sitter-grammar-repository/build.rs index 5f6591b..1bca22f 100644 --- a/tree-sitter-grammar-repository/build.rs +++ a/tree-sitter-grammar-repository/build.rs @@ -14,8 +14,8 @@ use serde::Deserialize; use threadpool::ThreadPool; -const GRAMMAR_REPOSITORY_URL: &str = "https://github.com/helix-editor/helix"; -const GRAMMAR_REPOSITORY_REF: &str = "82dd96369302f60a9c83a2d54d021458f82bcd36"; +const GRAMMAR_REPOSITORY_URL: &str = "https://github.com/JordanForks/helix"; +const GRAMMAR_REPOSITORY_REF: &str = "1603715cc91bf6fdffb4aedfb5b76fb69fd10e28"; const GRAMMAR_REPOSITORY_CONFIG_PATH: &str = "languages.toml"; static BLACKLISTED_MODULES: &[&str] = &[ -- rgit 0.1.4