Skip to content

Commit

Permalink
Merge pull request #2 from postsolar/enable-purescript
Browse files Browse the repository at this point in the history
Enable PureScript
  • Loading branch information
neurocyte authored Feb 23, 2024
2 parents 51e07f8 + 331cab9 commit f87b580
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/file_types.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f87b580

Please sign in to comment.