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.
 
 

65 lines
1.2 KiB

{
"key": "front-matter",
"patterns": [
{
"begin": "\\A---$",
"beginCaptures": {
"0": {
"name": "hr.constant.md"
}
},
"end": "^(---|\\.\\.\\.)$",
"endCaptures": {
"1": {
"name": "hr.constant.md"
}
},
"name": "front-matter.yaml.source.md",
"patterns": [
{
"include": "source.yaml"
}
]
},
{
"begin": "\\A\\+\\+\\+$",
"beginCaptures": {
"0": {
"name": "hr.constant.md"
}
},
"end": "^\\+\\+\\+$",
"endCaptures": {
"0": {
"name": "hr.constant.md"
}
},
"name": "front-matter.toml.source.md",
"patterns": [
{
"include": "source.toml"
}
]
},
{
"begin": "\\A;{3}$",
"beginCaptures": {
"0": {
"name": "hr.constant.md"
}
},
"end": "^;{3}$",
"endCaptures": {
"0": {
"name": "hr.constant.md"
}
},
"name": "front-matter.json.source.md",
"patterns": [
{
"include": "source.json"
}
]
}
]
}