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