Skip to content

Commit c212af9

Browse files
authored
Merge pull request #18 from davidhcefx/npmrc
fix(ini): Support .npmrc
2 parents 2bddc25 + 25eecfe commit c212af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini.nanorc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
syntax "INI" "\.(ini|desktop|lfl|override|cfg)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
1+
syntax "INI" "\.(ini|desktop|lfl|override|cfg|npmrc)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
22
header "^\[[A-Za-z]+\]$"
33

44
color brightcyan "\<(true|false)\>"

0 commit comments

Comments
 (0)