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

Release Notes:

- N/A
This commit is contained in:
h3mosphere
2024-02-08 10:40:26 -05:00
committed by GitHub
parent 9f4ce7fba5
commit 4048dbfafd
+1
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()),