Add text/x-devicetree-source to kakoune mime types.

This commit is contained in:
vorboyvo 2024-10-16 12:47:47 -04:00
parent fef78a942e
commit bbd78078c4

View file

@ -216,6 +216,7 @@ in {
"application/x-shellscript" "application/x-shellscript"
"text/x-c" "text/x-c"
"text/x-c++" "text/x-c++"
"text/x-devicetree-source"
]; ];
categories = [ "Utility" "TextEditor" ]; categories = [ "Utility" "TextEditor" ];
}; };