feat: add support for Nix code highlight (#4781

Nix is a build system and package manager and used in one of the top-10
most active repos on GitHub.
This commit is contained in:
Jonas Chevalier
2023-03-17 20:58:08 +01:00
committed by GitHub
parent 316520dbb0
commit 17f6d68707
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export const LANGUAGES = {
lisp: "Lisp",
lua: "Lua",
mermaidjs: "Mermaid Diagram",
nix: "Nix",
objectivec: "Objective-C",
ocaml: "OCaml",
perl: "Perl",