Merge pull request #2 from postsolar/enable-purescript
Enable PureScript
This commit is contained in:
commit
f87b580e02
1 changed files with 7 additions and 6 deletions
|
@ -211,12 +211,13 @@ pub const php = .{
|
||||||
.injections = @embedFile("tree-sitter-php/queries/injections.scm"),
|
.injections = @embedFile("tree-sitter-php/queries/injections.scm"),
|
||||||
};
|
};
|
||||||
|
|
||||||
// conflicts with haskell
|
pub const purescript = .{
|
||||||
// pub const purescript = .{
|
.color = 0x14161a,
|
||||||
// .extensions = &[_][]const u8{"purs"},
|
.icon = "",
|
||||||
// .comment = "--",
|
.extensions = &[_][]const u8{"purs"},
|
||||||
// .injections = @embedFile("tree-sitter-purescript/queries/injections.scm"),
|
.comment = "--",
|
||||||
// };
|
.injections = @embedFile("tree-sitter-purescript/queries/injections.scm"),
|
||||||
|
};
|
||||||
|
|
||||||
pub const python = .{
|
pub const python = .{
|
||||||
.color = 0xffd845,
|
.color = 0xffd845,
|
||||||
|
|
Loading…
Add table
Reference in a new issue