Enable PureScript

The conflict with Haskell has been resolved in e40d749975
This commit is contained in:
postsolar 2024-02-23 07:03:14 +02:00
parent 10de00d684
commit 331cab9c4f

View file

@ -211,12 +211,13 @@ pub const php = .{
.injections = @embedFile("tree-sitter-php/queries/injections.scm"),
};
// conflicts with haskell
// pub const purescript = .{
// .extensions = &[_][]const u8{"purs"},
// .comment = "--",
// .injections = @embedFile("tree-sitter-purescript/queries/injections.scm"),
// };
pub const purescript = .{
.color = 0x14161a,
.icon = "",
.extensions = &[_][]const u8{"purs"},
.comment = "--",
.injections = @embedFile("tree-sitter-purescript/queries/injections.scm"),
};
pub const python = .{
.color = 0xffd845,