Skip to content

Commit

Permalink
Merge pull request scopatz#200 from simon-v/cfg-ini
Browse files Browse the repository at this point in the history
Add cfg extension to ini file rules
  • Loading branch information
scopatz authored Jan 4, 2019
2 parents 79ac0ca + 455cbfb commit 881ba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini.nanorc
Original file line number Diff line number Diff line change
@@ -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)\>"
Expand Down

0 comments on commit 881ba7a

Please sign in to comment.