feat(languages): add code nix (yunfachi) (#4874)

This commit is contained in:
yunfachi 2023-12-19 10:54:53 +00:00 committed by GitHub
parent cdcf4e5146
commit b65aca954c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 133 additions and 0 deletions

View file

@ -499,6 +499,7 @@
"code_haskell",
"code_html",
"code_nim",
"code_nix",
"code_pascal",
"code_java",
"code_kotlin",

View file

@ -274,6 +274,7 @@
,"code_haskell"
,"code_html"
,"code_nim"
,"code_nix"
,"code_pascal"
,"code_java"
,"code_kotlin"

View file

@ -0,0 +1,131 @@
{
"name": "code_nix",
"noLazyMode": true,
"words": [
"abort",
"add",
"addDrvOutputDependencies",
"addErrorContext",
"all",
"any",
"appendContext",
"assert",
"attrNames",
"attrValues",
"baseNameOf",
"bitAnd",
"bitOr",
"bitXor",
"break",
"builtins",
"builtins.unsafeDiscardStringContext",
"catAttrs",
"ceil",
"compareVersions",
"concatLists",
"concatMap",
"concatStringsSep",
"convertHash",
"currentSystem",
"currentTime",
"deepSeq",
"derivation",
"derivationStrict",
"dirOf",
"div",
"elem",
"elemAt",
"else",
"false",
"fetchClosure",
"fetchGit",
"fetchMercurial",
"fetchTarball",
"fetchurl",
"filter",
"filterSource",
"findFile",
"flakeRefToString",
"floor",
"fromJSON",
"fromTOML",
"functionArgs",
"genList",
"genericClosure",
"getAttr",
"getContext",
"getEnv",
"getFlake",
"groupBy",
"hasAttr",
"hasContext",
"hashFile",
"hashString",
"head",
"if",
"import",
"in",
"inherit",
"intersectAttrs",
"isAttrs",
"isBool",
"isFloat",
"isFunction",
"isInt",
"isList",
"isPath",
"isString",
"langVersion",
"length",
"lessThan",
"let",
"listToAttrs",
"map",
"mapAttrs",
"match",
"mul",
"nixPath",
"nixVersion",
"null",
"outputOf",
"parseDrvName",
"parseFlakeRef",
"partition",
"path",
"pathExists",
"placeholder",
"readDir",
"readFile",
"readFileType",
"rec",
"removeAttrs",
"replaceStrings",
"seq",
"sort",
"split",
"splitVersion",
"storeDir",
"storePath",
"stringLength",
"sub",
"substring",
"tail",
"then",
"throw",
"toFile",
"toJSON",
"toPath",
"toString",
"toXML",
"trace",
"traceVerbose",
"true",
"tryEval",
"typeOf",
"unsafeDiscardOutputDependency",
"unsafeDiscardStringContext",
"unsafeGetAttrPos",
"with",
"zipAttrsWith"
]
}