home/zed: add some file ext <-> lang mappings

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-13 18:50:32 +01:00
parent 2a53c6b420
commit e6f84b1a68
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -24,6 +24,12 @@
terminal.font_family = "Fira Code";
termial.font_size = 16;
file_types = {
"Groovy" = [ "Jenkinsfile*" ];
"Dockerfile" = [ "Dockerfile*" ];
"JSONC" = [ "json5" ];
};
tabs = {
file_icons = true;
show_close_button = "always";