From 455cbfb209845af2822cfd147168a7052d86c19a Mon Sep 17 00:00:00 2001 From: Simon Volpert Date: Wed, 26 Dec 2018 18:57:53 +0200 Subject: [PATCH] Add cfg extension to ini file rules --- ini.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.nanorc b/ini.nanorc index 8374b1e..d9fcee7 100644 --- a/ini.nanorc +++ b/ini.nanorc @@ -1,4 +1,4 @@ -syntax "INI" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$" +syntax "INI" "\.(ini|desktop|lfl|override|cfg)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$" header "^\[[A-Za-z]+\]$" color brightcyan "\<(true|false)\>"