Add Nix to constants.js

main
Luc Perkins 2 years ago committed by Mike Fix
parent 0b1eb542ab
commit ae690bc7ef

@ -869,6 +869,11 @@ export const LANGUAGES = [
custom: true,
highlight: true,
},
{
name: 'Nix',
mode: 'nix',
highlight: true,
},
{
name: 'Objective C',
mode: 'clike',

Loading…
Cancel
Save