mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 15:43:38 +00:00
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()),
|
||||
("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()),
|
||||
|
|
Loading…
Reference in a new issue