home/zed: add some file ext <-> lang mappings
This commit is contained in:
parent
2a53c6b420
commit
e6f84b1a68
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user