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.
 
 

17 lines
347 B

{
"key": "hr",
"patterns": [
{
"name": "hr.constant.md",
"match": "^[ ]{0,3}[-]{1,} *[-]{1,} *[-]{1,}[ -]*$"
},
{
"name": "hr.constant.md",
"match": "^[ ]{0,3}[*]{1,} *[*]{1,} *[*]{1,}[ *]*$"
},
{
"name": "hr.constant.md",
"match": "^[ ]{0,3}[_]{1,} *[_]{1,} *[_]{1,}[ _]*$"
}
]
}