diff options
| author | Benoît Laurent <benoit@intrw.net> | 2016-01-12 21:25:47 +0100 |
|---|---|---|
| committer | Benoît Laurent <benoit@intrw.net> | 2016-01-12 21:25:47 +0100 |
| commit | fb37a8ec384abc5b9dcff5bc1db04e2fae460516 (patch) | |
| tree | f015071275347bb86ff14a34681ecce59d855ceb | |
| parent | 032219b1198495c9d45fffd614783ad047f9080a (diff) | |
Add 'cfg' extension to 'ini-file' filetype
'cfg' is another common file extension for ini like files. My use case is about
http://www.buildout.org/ config files.
| -rw-r--r-- | rc/ini.kak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -hook global BufCreate .*\.(repo|service|target|socket|ini) %{ +hook global BufCreate .*\.(repo|service|target|socket|ini|cfg) %{ set buffer filetype ini-file } |
