Sha256: 9aa7bbd549e0f8ff349a725077eec6d303deb13940ee08e51ccb19ad6ff37f98

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

# Encoding: UTF-8

{fileTypes: ["GNUmakefile", "makefile", "Makefile", "OCamlMakefile"],
 name: "Makefile",
 patterns: 
  [{begin: /^(?<_1>\w|[-_])+\s*\??=/,
    end: "$",
    name: "variable.other.makefile",
    patterns: [{match: /\\\n/}]},
   {begin: /`/,
    end: "`",
    name: "string.interpolated.backtick.makefile",
    patterns: [{include: "source.shell"}]},
   {begin: /#/,
    beginCaptures: {0 => {name: "punctuation.definition.comment.makefile"}},
    end: "$\\n?",
    name: "comment.line.number-sign.makefile",
    patterns: 
     [{match: /(?<!\\)\\$\n/,
       name: "punctuation.separator.continuation.makefile"}]},
   {match: /^\t\s*$/,
    name: "invalid.deprecated.opaque-rule-continuation.makefile"},
   {match: 
     /^(?<_1>\s*)\b(?<_2>\-??include|ifeq|ifneq|ifdef|ifndef|else|endif|vpath|export|unexport|define|endef|override)\b/,
    name: "keyword.control.makefile"},
   {captures: {1 => {name: "entity.name.function.makefile"}},
    match: /^(?<_1>[^\t ]+:(?!\=))\s*.*/,
    name: "meta.function.makefile"}],
 scopeName: "source.makefile",
 uuid: "FF1825E8-6B1C-11D9-B883-000D93589AF6"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ver-2010.08 config/syntax/Makefile.rb