Skip to content

Commit

Permalink
feat: try tree-sitter build before falling back to builtin build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Apr 28, 2024
1 parent 51aef61 commit d7fea84
Show file tree
Hide file tree
Showing 6 changed files with 1,058 additions and 32 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ build = {
]==],
},

---@type boolean? (optional) Try to run tree-sitter build (falling back to the builtin build if it fails or tree-sitter CLI is not available). Defaults to true.
try_tree_sitter_build = true,

}
```

Expand Down
Loading

0 comments on commit d7fea84

Please sign in to comment.