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.
 
 

41 lines
834 B

{
"fileTypes": [
"txt"
],
"name": "Plain Text",
"patterns": [
{
"captures": {
"1": {
"name": "punctuation.definition.item.text"
}
},
"match": "^\\s*(•).*$\\n?",
"name": "meta.bullet-point.strong.text"
},
{
"captures": {
"1": {
"name": "punctuation.definition.item.text"
}
},
"match": "^\\s*(·).*$\\n?",
"name": "meta.bullet-point.light.text"
},
{
"captures": {
"1": {
"name": "punctuation.definition.item.text"
}
},
"match": "^\\s*(\\*).*$\\n?",
"name": "meta.bullet-point.star.text"
},
{
"begin": "^([ \\t]*)(?=\\S)",
"contentName": "meta.paragraph.text",
"end": "^(?!\\1(?=\\S))"
}
],
"scopeName": "text.plain"
}