stylus.js (CodeMirror-5.58.2) | : | stylus.js (CodeMirror-5.58.3) | ||
---|---|---|---|---|
skipping to change at line 714 | skipping to change at line 714 | |||
/^\$[\w-\.\[\]\'\"]/.test(prevLineFirstWord)) { | /^\$[\w-\.\[\]\'\"]/.test(prevLineFirstWord)) { | |||
indent = prevLineIndent + indentUnit; | indent = prevLineIndent + indentUnit; | |||
} else { | } else { | |||
indent = lineIndent; | indent = lineIndent; | |||
} | } | |||
} | } | |||
} | } | |||
return indent; | return indent; | |||
}, | }, | |||
electricChars: "}", | electricChars: "}", | |||
blockCommentStart: "/*", | ||||
blockCommentEnd: "*/", | ||||
blockCommentContinue: " * ", | ||||
lineComment: "//", | lineComment: "//", | |||
fold: "indent" | fold: "indent" | |||
}; | }; | |||
}); | }); | |||
// developer.mozilla.org/en-US/docs/Web/HTML/Element | // developer.mozilla.org/en-US/docs/Web/HTML/Element | |||
var tagKeywords_ = ["a","abbr","address","area","article","aside","audio", "b" , "base","bdi", "bdo","bgsound","blockquote","body","br","button","canvas","capt ion","cite", "code","col","colgroup","data","datalist","dd","del","details","dfn ","div", "dl","dt","em","embed","fieldset","figcaption","figure","footer","form" ,"h1", "h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe ", "img","input","ins","kbd","keygen","label","legend","li","link","main","map", "mark","marquee","menu","menuitem","meta","meter","nav","nobr","noframes", "nos cript","object","ol","optgroup","option","output","p","param","pre", "progress", "q","rp","rt","ruby","s","samp","script","section","select", "small","source","s pan","strong","style","sub","summary","sup","table","tbody","td","textarea","tfo ot","th","thead","time","tr","track", "u","ul","var","video"]; | var tagKeywords_ = ["a","abbr","address","area","article","aside","audio", "b" , "base","bdi", "bdo","bgsound","blockquote","body","br","button","canvas","capt ion","cite", "code","col","colgroup","data","datalist","dd","del","details","dfn ","div", "dl","dt","em","embed","fieldset","figcaption","figure","footer","form" ,"h1", "h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe ", "img","input","ins","kbd","keygen","label","legend","li","link","main","map", "mark","marquee","menu","menuitem","meta","meter","nav","nobr","noframes", "nos cript","object","ol","optgroup","option","output","p","param","pre", "progress", "q","rp","rt","ruby","s","samp","script","section","select", "small","source","s pan","strong","style","sub","summary","sup","table","tbody","td","textarea","tfo ot","th","thead","time","tr","track", "u","ul","var","video"]; | |||
// github.com/codemirror/CodeMirror/blob/master/mode/css/css.js | // github.com/codemirror/CodeMirror/blob/master/mode/css/css.js | |||
// Note, "url-prefix" should precede "url" in order to match correctly in docu mentTypesRegexp | // Note, "url-prefix" should precede "url" in order to match correctly in docu mentTypesRegexp | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |