From 25eecfed4f6d799a71a01f0914abbc9c44740f4b Mon Sep 17 00:00:00 2001 From: davidhcefx Date: Sun, 4 Feb 2024 04:25:57 +0800 Subject: [PATCH] fix(ini): Support .npmrc Original issue: https://github.com/scopatz/nanorc/issues/371 --- ini.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.nanorc b/ini.nanorc index d89f7299..374ac88c 100644 --- a/ini.nanorc +++ b/ini.nanorc @@ -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)\>"