mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
feat(languages): add code nix (yunfachi) (#4874)
This commit is contained in:
parent
cdcf4e5146
commit
b65aca954c
3 changed files with 133 additions and 0 deletions
|
|
@ -499,6 +499,7 @@
|
|||
"code_haskell",
|
||||
"code_html",
|
||||
"code_nim",
|
||||
"code_nix",
|
||||
"code_pascal",
|
||||
"code_java",
|
||||
"code_kotlin",
|
||||
|
|
|
|||
|
|
@ -274,6 +274,7 @@
|
|||
,"code_haskell"
|
||||
,"code_html"
|
||||
,"code_nim"
|
||||
,"code_nix"
|
||||
,"code_pascal"
|
||||
,"code_java"
|
||||
,"code_kotlin"
|
||||
|
|
|
|||
131
frontend/static/languages/code_nix.json
Normal file
131
frontend/static/languages/code_nix.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue