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.
 
 

120 lines
2.2 KiB

{
"key": "criticmark",
"patterns": [
{
"name": "addition.critic.inserted.markup.md",
"begin": "({\\+\\+)",
"beginCaptures": {
"1": {
"name": "punctuation.md"
}
},
"end": "(\\+\\+})",
"endCaptures": {
"1": {
"name": "punctuation.md"
}
},
"patterns": [
{
"include": "#emphasis"
}
]
},
{
"name": "deletion.critic.deleted.markup.md",
"begin": "({--)",
"beginCaptures": {
"1": {
"name": "punctuation.md"
}
},
"end": "(--})",
"endCaptures": {
"1": {
"name": "punctuation.md"
}
},
"patterns": [
{
"include": "#emphasis"
}
]
},
{
"name": "highlight.critic.changed.markup.md",
"begin": "({==)",
"beginCaptures": {
"1": {
"name": "punctuation.md"
}
},
"end": "(==})",
"endCaptures": {
"1": {
"name": "punctuation.md"
}
},
"patterns": [
{
"include": "#emphasis"
}
]
},
{
"name": "comment.critic.markup.md",
"begin": "({>>)",
"beginCaptures": {
"1": {
"name": "punctuation.md"
}
},
"patterns": [
{
"match": "(?<=[\\s|>])((@)(\\w[-\\w:]*))(?=[\\s|:|<])",
"captures": {
"1": {
"name": "username.reference.variable.md"
},
"2": {
"name": "punctuation.md"
}
}
},
{
"include": "#emphasis"
}
],
"end": "(<<})",
"endCaptures": {
"1": {
"name": "punctuation.md"
}
}
},
{
"name": "substitution.critic.inserted.markup.md",
"begin": "({~~)",
"beginCaptures": {
"1": {
"name": "punctuation.md"
}
},
"end": "(~~})",
"endCaptures": {
"1": {
"name": "punctuation.md"
}
},
"patterns": [
{
"match": "~>",
"name": "punctuation.md"
},
{
"include": "#emphasis"
}
]
}
]
}