|
@@ -18,7 +18,7 @@ var MAP_LANGUAGES = {
|
|
// Base languages syntaxes (as of prism@1.6.0), extended by other syntaxes.
|
|
// Base languages syntaxes (as of prism@1.6.0), extended by other syntaxes.
|
|
// They need to be required before the others.
|
|
// They need to be required before the others.
|
|
var PRELUDE = [
|
|
var PRELUDE = [
|
|
- 'clike', 'javascript', 'markup', 'c', 'ruby', 'css',
|
|
|
|
|
|
+ 'markup-templating', 'clike', 'javascript', 'markup', 'c', 'ruby', 'css',
|
|
// The following depends on previous ones
|
|
// The following depends on previous ones
|
|
'java', 'php'
|
|
'java', 'php'
|
|
];
|
|
];
|