Update modelist.js

Added MUSHCode to ModeList in Kitchensink
This commit is contained in:
h3rb 2013-03-01 20:18:54 -05:00 committed by nightwing
commit 69ea968649

View file

@ -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"],