Skip to content

Commit dda5d72

Browse files
Leonyamarijnh
authored andcommitted
[sass mode] Fix auto-loading
1 parent bd082d9 commit dda5d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mode/sass/sass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ CodeMirror.defineMode("sass", function(config) {
447447
return state.scopes[0].offset;
448448
}
449449
};
450-
});
450+
}, "css");
451451

452452
CodeMirror.defineMIME("text/x-sass", "sass");
453453

0 commit comments

Comments
 (0)