From 69ea968649fb7e3655d688b06fd95b6ce52e5245 Mon Sep 17 00:00:00 2001 From: h3rb Date: Fri, 1 Mar 2013 20:18:54 -0500 Subject: [PATCH] Update modelist.js Added MUSHCode to ModeList in Kitchensink --- demo/kitchen-sink/modelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/kitchen-sink/modelist.js b/demo/kitchen-sink/modelist.js index 6511057c..24dfe170 100644 --- a/demo/kitchen-sink/modelist.js +++ b/demo/kitchen-sink/modelist.js @@ -74,7 +74,7 @@ var modesByName = { lsl: ["LSL" , "lsl"], makefile: ["Makefile" , "^GNUmakefile|^makefile|^Makefile|^OCamlMakefile|make"], markdown: ["Markdown" , "md|markdown"], - mushcode: ["Tiny MUSH" , "mc|mush"] + mushcode: ["TinyMUSH" , "mc|mush"], objectivec: ["Objective-C" , "m"], ocaml: ["OCaml" , "ml|mli"], pascal: ["Pascal" , "pas|p"],