Linux: Disable PureScript grammar to avoid linking error (#7543)
Release Notes: - N/A
This commit is contained in:
parent
9f4ce7fba5
commit
4048dbfafd
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ pub fn init(
|
||||||
),
|
),
|
||||||
("php", tree_sitter_php::language_php()),
|
("php", tree_sitter_php::language_php()),
|
||||||
("proto", tree_sitter_proto::language()),
|
("proto", tree_sitter_proto::language()),
|
||||||
|
#[cfg(not(target_os = "linux"))]
|
||||||
("purescript", tree_sitter_purescript::language()),
|
("purescript", tree_sitter_purescript::language()),
|
||||||
("python", tree_sitter_python::language()),
|
("python", tree_sitter_python::language()),
|
||||||
("racket", tree_sitter_racket::language()),
|
("racket", tree_sitter_racket::language()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue