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}")
|
mime=$(file -b --mime-type "${kak_buffile}")
|
||||||
case "${mime}" in
|
case "${mime}" in
|
||||||
application/*+xml) filetype="xml" ;;
|
application/*+xml) filetype="xml" ;;
|
||||||
|
image/*+xml) filetype="xml" ;; #SVG
|
||||||
message/rfc822) filetype="mail" ;;
|
message/rfc822) filetype="mail" ;;
|
||||||
text/x-shellscript) filetype="sh" ;;
|
text/x-shellscript) filetype="sh" ;;
|
||||||
text/x-*) filetype="${mime#text/x-}" ;;
|
text/x-*) filetype="${mime#text/x-}" ;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user