Sha256: 13835f7e3fda437d54bc3738ba3acad741d78470354d4aeff47db3a11be8f2bf

Contents?: true

Size: 924 Bytes

Versions: 1

Compression:

Stored size: 924 Bytes

Contents

# Encoding: UTF-8

{fileTypes: ["txt"],
 keyEquivalent: "^~P",
 name: "Plain Text",
 patterns: 
  [{captures: {1 => {name: "punctuation.definition.item.text"}},
    match: /^\s*(?<_1>•).*$\n?/,
    name: "meta.bullet-point.strong.text"},
   {captures: {1 => {name: "punctuation.definition.item.text"}},
    match: /^\s*(?<_1>·).*$\n?/,
    name: "meta.bullet-point.light.text"},
   {captures: {1 => {name: "punctuation.definition.item.text"}},
    match: /^\s*(?<_1>\*).*$\n?/,
    name: "meta.bullet-point.star.text"},
   {begin: /^(?<_1>[ \t]*)(?=\S)/,
    contentName: "meta.paragraph.text",
    end: "^(?!\\1(?=\\S))",
    patterns: 
     [{match: 
        /(?x)
	(?<_1> (?<_2>https?|s?ftp|ftps|file|smb|afp|nfs|(?<_3>x-)?man|gopher|txmt):\/\/|mailto:)
	[-:@a-zA-Z0-9_.,~%+\/?=&#]+(?<![.,?:])
	/,
       name: "markup.underline.link.text"}]}],
 scopeName: "text.plain",
 uuid: "3130E4FA-B10E-11D9-9F75-000D93589AF6"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ver-2010.08 config/syntax/Plain Text.rb