Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a new builder tool tag - PureScript
  • Loading branch information
fill-the-fill committed Sep 1, 2022
commit 10eb0703c694ab0062bcf1475e7b6c0fa9b37094
8 changes: 8 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@ export const Tags = {
color: '#7e6a4c',
},

// Purescript
purescript: {
label: "Purescript",
description:
"PureScript language",
icon: null,
color: '#0F9D58',
},
};

// Add your builder tool to (THE END OF) this list.
Expand Down