Skip to content

Commit a9b06d5

Browse files
committed
[FIXED #185] twig mode
1 parent 3f69534 commit a9b06d5

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ module.exports = function(grunt) {
7878
options: {
7979
baseUrl: "codemirror/js",
8080
include: ["mode/twig/twig.js",
81-
"addon/hint/sql-hint.js"],
81+
"mode/xml/xml.js",
82+
"addon/mode/multiplex.js"],
8283
paths: {
8384
'lib/codemirror': "empty:"
8485
},

0 commit comments

Comments
 (0)