parent
4eff803f31
commit
4e3506244b
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ var MarkdownHighlightRules = function() {
|
|||
// regexps are ordered -> the first match is used
|
||||
|
||||
this.$rules = {
|
||||
"basic" : [{ // code span `
|
||||
"basic" : [{
|
||||
token : "constant.language.escape",
|
||||
regex : /\\[\\`*_{}\[\]()#+\-.!]/
|
||||
}, { // code span `
|
||||
token : "support.function",
|
||||
regex : "(`+)(.*?[^`])(\\1)"
|
||||
}, { // reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue