File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ syn match nixInterpolationParam "[a-zA-Z_][a-zA-Z0-9_'-]*\%(\.[a-zA-Z_][a-zA-Z0-
131
131
" Non-namespaced Nix builtins as of version 2.0:
132
132
syn keyword nixSimpleBuiltin
133
133
\ abort baseNameOf derivation derivationStrict dirOf fetchGit
134
- \ fetchMercurial fetchTarball import isNull map placeholder removeAttrs
134
+ \ fetchMercurial fetchTarball import isNull map mapAttrs placeholder removeAttrs
135
135
\ scopedImport throw toString
136
136
137
137
@@ -144,7 +144,7 @@ syn keyword nixNamespacedBuiltin contained
144
144
\ findFile foldl' fromJSON functionArgs genList \ genericClosure getAttr
145
145
\ getEnv hasAttr hasContext hashString head import intersectAttrs isAttrs
146
146
\ isBool isFloat isFunction isInt isList isNull isString langVersion
147
- \ length lessThan listToAttrs map match mul nixPath nixVersion
147
+ \ length lessThan listToAttrs map mapAttrs match mul nixPath nixVersion
148
148
\ parseDrvName partition path pathExists placeholder readDir readFile
149
149
\ removeAttrs replaceStrings scopedImport seq sort split splitVersion
150
150
\ storeDir storePath stringLength sub substring tail throw toFile toJSON
You can’t perform that action at this time.
0 commit comments