Skip to content

Commit

Permalink
fix(ini): Support .npmrc
Browse files Browse the repository at this point in the history
Original issue: scopatz#371
  • Loading branch information
davidhcefx committed Feb 3, 2024
1 parent 6ca4ffa commit 25eecfe
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|cfg)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
syntax "INI" "\.(ini|desktop|lfl|override|cfg|npmrc)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
header "^\[[A-Za-z]+\]$"

color brightcyan "\<(true|false)\>"
Expand Down

0 comments on commit 25eecfe

Please sign in to comment.