1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 09:19:24 +03:00
kakoune/rc/detection
Matthias Margush 99c09daec3 Fix filetype detection
The -i flag on Mac OS means:
    ჻ man file | grep -i -- -i
    -i      If the file is a regular file, do not classify its contents.

The --mime-type option is (mostly) portable:
- Linux uses --mime-type
- macOS uses --mime-type
- FreeBSD uses --mime-type
- NetBSD uses --mime-type
- OpenBSD uses --mime-type and does not use the same implementation as everybody else
- Solaris does not support MIME types at all
2020-02-21 21:25:57 -08:00
..
editorconfig.kak rc: Use the standard fail command to report errors 2019-11-14 08:32:55 +01:00
file.kak Fix filetype detection 2020-02-21 21:25:57 -08:00
modeline.kak rc modeline: Support spelling language options 2019-11-08 17:56:36 +01:00