Skip to content

Commit

Permalink
Add support for Android (with termux) (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentkam authored Apr 22, 2024
1 parent cc2741a commit 0035fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/tree-sitter-load.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ See `tree-sitter-require'.")
;; The CLI tool outputs `.so', but `.dylib' is more sensible on macOS.
('darwin (list ".dylib" ".so"))
('gnu/linux (list ".so"))
('android (list ".so"))
('windows-nt (list ".dll"))
(_ (error "Unsupported system-type %s" system-type)))
"List of suffixes for shared libraries that define tree-sitter languages.")
Expand Down

0 comments on commit 0035fc2

Please sign in to comment.