Skip to content

Commit

Permalink
Disable parsers which cause conflicts when statically linking highlig…
Browse files Browse the repository at this point in the history
…hters on Linux
  • Loading branch information
w4 committed Jan 6, 2025
1 parent 0e73c1a commit 8869c6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tree-sitter-grammar-repository/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ static BLACKLISTED_MODULES: &[&str] = &[
"wren",
// doesn't compile on macos
"gemini",
// all of these have some sort of conflict with higher value highlighters
// when statically linking due to variations of:
// https://github.com/ikatyang/tree-sitter-vue/issues/27
"vue",
"purescript",
"rst",
"comment",
"v",
"unison",
"llvm",
];

fn main() -> anyhow::Result<()> {
Expand Down

0 comments on commit 8869c6a

Please sign in to comment.