Skip to content

Commit

Permalink
Linux: Disable PureScript grammar to avoid linking error (#7543)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
h3mosphere authored Feb 8, 2024
1 parent 9f4ce7f commit 4048dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/zed/src/languages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 4048dbf

Please sign in to comment.