Sha256: 19f742bfa1be583a4cd5329cf007e9a6bc5b0b655f2d67b5b930b7891b391fc6
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 Bytes
Contents
--- name: Makefile fileTypes: - GNUmakefile - makefile - Makefile - OCamlMakefile scopeName: source.makefile uuid: FF1825E8-6B1C-11D9-B883-000D93589AF6 patterns: - name: variable.other.makefile begin: "^(\\w|[-_])+\\s*\\??=" end: "$" patterns: - match: "\\\\\\n" - name: string.interpolated.backtick.makefile begin: "`" end: "`" patterns: - include: source.shell - name: comment.line.number-sign.makefile begin: "#" beginCaptures: '0': name: punctuation.definition.comment.makefile end: "$\\n?" patterns: - name: punctuation.separator.continuation.makefile match: "(?<!\\\\)\\\\$\\n" - name: keyword.control.makefile match: "^(\\s*)\\b(\\-??include|ifeq|ifneq|ifdef|ifndef|else|endif|vpath|export|unexport|define|endef|override)\\b" - name: meta.function.makefile captures: '1': name: entity.name.function.makefile match: "^([^\\t ]+:(?!\\=))\\s*.*"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
code_rippa-1.0.1 | lib/code_rippa/syntax/makefile.syntax |
code_rippa-1.0.0 | lib/code_rippa/syntax/makefile.syntax |