TextMate-style syntax highlighting in PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
578 B

{
"key": "markdown-extra",
"patterns": [
{
"name": "definition.list.markup.md",
"match": "^(?:\\s*)(:)( +)(.*)$",
"captures": {
"1": {
"name": "punctuation.md"
}
}
},
{
"name": "abbreviation.reference.link.markup.md",
"match": "^((?:\\*\\[)(?:[^\\]]+)(?:\\]))(:) (.*)$",
"captures": {
"1": {
"patterns": [
{
"include": "#link-label"
}
]
},
"2": {
"name": "punctuation.md"
}
}
}
]
}