mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 13:02:01 +03:00
Merge remote-tracking branch 'Delapouite/svg'
This commit is contained in:
commit
5b66be26f6
@ -3,6 +3,7 @@ hook global BufOpenFile .* %{ %sh{
|
||||
mime=$(file -b --mime-type "${kak_buffile}")
|
||||
case "${mime}" in
|
||||
application/*+xml) filetype="xml" ;;
|
||||
image/*+xml) filetype="xml" ;; #SVG
|
||||
message/rfc822) filetype="mail" ;;
|
||||
text/x-shellscript) filetype="sh" ;;
|
||||
text/x-*) filetype="${mime#text/x-}" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user