Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d7411eb

Browse files
committed
Forgot to finish a sentence
1 parent 7049c60 commit d7411eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/language/LanguageManager.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,9 @@ define(function (require, exports, module) {
461461
// Prevent modes from being overwritten by extensions
462462
_patchCodeMirror();
463463

464-
// Define a custom MIME mode here because JSON files must not contain regular expressions, and so far
464+
// Define a custom MIME mode here because JSON files must not contain regular expressions
465+
// Also, all other modes so far were strings, so we spare us the trouble of allowing
466+
// more complex mode values.
465467
CodeMirror.defineMIME("text/x-brackets-html", {
466468
"name": "htmlmixed",
467469
"scriptTypes": [{"matches": /\/x-handlebars-template|\/x-mustache/i,

0 commit comments

Comments
 (0)