Sha256: 06806349b99c7034cf5a1e8a67fb695c05435e58c5e42717886515f01de87abd
Contents?: true
Size: 510 Bytes
Versions: 2
Compression:
Stored size: 510 Bytes
Contents
--- name: Man fileTypes: - man scopeName: text.man uuid: E8BAC30A-16BF-498D-941D-73FBAED37891 foldingStartMarker: "^[A-Z](?:(?:\\S+\\s\\S+)+|\\S+)$" patterns: - name: markup.heading.man match: "^[A-Z](?:(?:\\S+\\s\\S+)+|\\S+)$" - name: markup.underline.link.man match: "((https?|ftp|file|txmt)://|mailto:)[-:@a-zA-Z0-9_.~%+/?=&#]+(?<![.?:])" - name: markup.underline.link.internal.man match: "([\\w\\.]+\\(\\d[a-z]?\\))" - name: meta.foldingStopMarker.man match: "^_{2,}$" foldingStopMarker: "^_{2,}$"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
code_rippa-1.0.1 | lib/code_rippa/syntax/man.syntax |
code_rippa-1.0.0 | lib/code_rippa/syntax/man.syntax |