add surface compiler

This commit is contained in:
Mayel de Borniol 2023-10-19 01:14:23 +01:00
parent cc6999a2d8
commit 1bdbe8912d
2 changed files with 8 additions and 2 deletions

7
.zed/settings.json Normal file
View file

@ -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
}

View file

@ -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