File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
codepulse/src/main/scala/com/secdec/codepulse/components/includes/snippet Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ object Includes extends DispatchSnippet with IncludesRegistry {
118118 JS (" thirdparty/codemirror/mode/javascript/javascript.js" ),
119119 JS (" thirdparty/codemirror/mode/css/css.js" ),
120120 JS (" thirdparty/codemirror/mode/htmlmixed/htmlmixed.js" ),
121- JS (" thirdparty/codemirror/mode/htmlembedded/htmlembedded.js" ))
121+ JS (" thirdparty/codemirror/mode/htmlembedded/htmlembedded.js" ),
122+ JS (" thirdparty/codemirror/mode/mllike/mllike.js" ))
122123 val underscore = register(" underscore" , JS (" thirdparty/underscore/underscore-min.js" ))
123124 val handlebars = register(" handlebars" , JS (" thirdparty/handlebars/handlebars.js" ))
124125
You can’t perform that action at this time.
0 commit comments