Linux: Disable PureScript grammar to avoid linking error (#7543)

Release Notes:

- N/A
This commit is contained in:
h3mosphere 2024-02-09 02:40:26 +11:00 committed by GitHub
parent 9f4ce7fba5
commit 4048dbfafd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,7 @@ pub fn init(
),
("php", tree_sitter_php::language_php()),
("proto", tree_sitter_proto::language()),
#[cfg(not(target_os = "linux"))]
("purescript", tree_sitter_purescript::language()),
("python", tree_sitter_python::language()),
("racket", tree_sitter_racket::language()),