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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user