Skip to content

Commit

Permalink
Use forked helix when building without TREE_SITTER_GRAMMAR_LIB_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Jan 5, 2025
1 parent 47ea4bb commit b13b804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree-sitter-grammar-repository/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use quote::{format_ident, quote};
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] = &[
Expand Down

0 comments on commit b13b804

Please sign in to comment.