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

@@ -34,6 +34,7 @@ import kotlin from "refractor/lang/kotlin";
import lisp from "refractor/lang/lisp";
import lua from "refractor/lang/lua";
import markup from "refractor/lang/markup";
import nix from "refractor/lang/nix";
import objectivec from "refractor/lang/objectivec";
import ocaml from "refractor/lang/ocaml";
import perl from "refractor/lang/perl";
@@ -86,6 +87,7 @@ const DEFAULT_LANGUAGE = "javascript";
lisp,
lua,
markup,
nix,
objectivec,
ocaml,
perl,