Update lib/ace/mode/markdown_highlight_rules.js

fix typo of "h2" highlight rule
This commit is contained in:
quexer 2012-09-06 11:17:40 +08:00
commit 83d016c8b1

View file

@ -73,7 +73,7 @@ var MarkdownHighlightRules = function() {
token: "markup.heading.1",
regex: "^=+(?=\\s*$)"
}, { // h2
token: "markup.heading.1",
token: "markup.heading.2",
regex: "^\\-+(?=\\s*$)"
}, { // header
token : function(value) {