Skip to content

Commit

Permalink
Fix Handlebars support
Browse files Browse the repository at this point in the history
  • Loading branch information
petetnt committed Dec 20, 2015
1 parent 6b2f730 commit 21ca996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/default/HandlebarsSupport/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define(function (require, exports, module) {
var LanguageManager = brackets.getModule("language/LanguageManager"),
CodeMirror = brackets.getModule("codemirror/lib/codemirror");

brackets.getModule(["thirdparty/CodeMirror/mode/handlebars/handlebars"], function () {
brackets.getModule(["codemirror/mode/handlebars/handlebars"], function () {
CodeMirror.defineMode("htmlhandlebars", function (config) {
return CodeMirror.multiplexingMode(
CodeMirror.getMode(config, "text/html"),
Expand Down

0 comments on commit 21ca996

Please sign in to comment.