Skip to content

Commit

Permalink
Add cfg extension to ini file rules
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-v committed Jan 4, 2019
1 parent 79ac0ca commit 455cbfb
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 455cbfb

Please sign in to comment.