🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2025-01-05 23:02:00.0 +07:00:00
committer Jordan Doyle <jordan@doyle.la> 2025-01-05 23:02:00.0 +07:00:00
commit
b13b80405d4b490d01a7be34835d439e82a60397 [patch]
tree
18075c6462a7485bf22fe102f399f9268f10c347
parent
47ea4bb9862a0c8354ca205dc25ee6f0991b5d5c
download
b13b80405d4b490d01a7be34835d439e82a60397.tar.gz

Use forked helix when building without TREE_SITTER_GRAMMAR_LIB_DIR



Diff

 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] = &[