Skip to content

Commit

Permalink
add surface compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 19, 2023
1 parent cc6999a commit 1bdbe89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
{
format_on_save: true
}
3 changes: 1 addition & 2 deletions lib/mix/mixer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ if not Code.ensure_loaded?(Bonfire.Mixer) do
# end

def compilers(_) do
# [:tria] ++
Mix.compilers()
Mix.compilers() ++ [:surface]
end

def catalogues(_env) do
Expand Down

0 comments on commit 1bdbe89

Please sign in to comment.