Sha256: 59082c65213c8eb6546affc3b0c42931e984ae7d01ef06d4b6621d1c1b28eb0d

Contents?: true

Size: 1.44 KB

Versions: 1

Compression:

Stored size: 1.44 KB

Contents

# Encoding: UTF-8

{firstLineMatch: "This is (pdf|pdfe)?TeXk?, Version ",
 foldingStartMarker: /\/\*\*|\(\s*$/,
 foldingStopMarker: /\*\*\/|^\s*\)/,
 name: "LaTeX Log",
 patterns: 
  [{match: /.*Warning:/, name: "invalid.deprecated"},
   {match: /[^:]*:\d*:.*/, name: "invalid.deprecated"},
   {match: /.*Error|^!.*/, name: "invalid.illegal"},
   {match: /.*\.sty/, name: "entity.name.function"},
   {match: /.*\.cls/, name: "entity.name.type.class"},
   {match: /.*\.cfg/, name: "entity.name.tag.configuration"},
   {match: /.*\.def/, name: "entity.name.tag.definition"},
   {match: /.*Info.*/, name: "comment.block.documentation"},
   {match: /.*FiXme:/, name: "meta.log.latex.fixme"},
   {begin: /(?<_1>Overfull|Underfull)/,
    captures: {1 => {name: "keyword.control.hyphenation.latex"}},
    end: "(\\[\\]\\n)",
    name: "meta.log.latex.hyphenation",
    patterns: 
     [{match: /[0-9]+\-\-[0-9]+/,
       name: "variable.parameter.hyphenation.latex2"}]},
   {begin: /(?<_1><)/,
    beginCaptures: 
     {0 => {name: "punctuation.definition.string.begin.log.latex"}},
    end: "(>)",
    endCaptures: {0 => {name: "punctuation.definition.string.end.log.latex"}},
    name: "string.unquoted.other.filename.log.latex",
    patterns: 
     [{captures: {1 => {name: "entity.name.function.filename.latex"}},
       match: /(?<_1>.*\/.*\.pdf)/,
       name: "support.function.with-arg.latex"}]}],
 scopeName: "text.log.latex",
 uuid: "F68ACE95-7DB3-4DFB-AA8A-89988B116B5C"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ver-2010.08 config/syntax/LaTeX Log.rb