Sha256: e6eed274f5d6a6c56b91df3c48d5f6c921130cf3db29136f2c16d1da94f662d6
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
{ "fileTypes": [ "txt" ], "keyEquivalent": "^~P", "name": "Plain Text", "patterns": [ { "captures": { "1": { "name": "punctuation.definition.item.text" } }, "match": "^\\s*(\u2022).*$\\n?", "name": "meta.bullet-point.strong.text" }, { "captures": { "1": { "name": "punctuation.definition.item.text" } }, "match": "^\\s*(\u00b7).*$\\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))", "patterns": [ { "match": "(?x)\n\t\t\t\t\t\t( (https?|s?ftp|ftps|file|smb|afp|nfs|(x-)?man|gopher|txmt)://|mailto:)\n\t\t\t\t\t\t[-:@a-zA-Z0-9_.,~%+/?=&#]+(?<![.,?:])\n\t\t\t\t\t", "name": "markup.underline.link.text" } ] } ], "scopeName": "text.plain", "uuid": "3130E4FA-B10E-11D9-9F75-000D93589AF6" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ver-2009.12.14 | config/syntax/Plain Text.json |
ver-2009.11.29 | config/syntax/Plain Text.json |
ver-2009.11.28 | config/syntax/Plain Text.json |