kakoune/rc
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
..
detection Fix filetype detection 2020-02-21 21:25:57 -08:00
filetype Merge remote-tracking branch 'Guest0x0/master' 2020-02-16 10:48:04 +11:00
tools Fix doc paragraph rewrapping 2020-02-18 19:25:12 +11:00
windowing rc: Make docstrings more readable 2020-02-03 20:53:28 +01:00