class

Glimmer::Highlight::MakefileLexer

Inherits Glimmer::Highlight::SimpleRegexLexer < Glimmer::Highlight::Lexer < Reference < Object

MakefileLexer provides syntax highlighting for Makefiles.

Constants

DIRECTIVES = ["include", "-include", "sinclude", "define", "endef", "ifdef", "ifndef", "ifeq", "ifneq", "else", "endif", "export", "unexport", "override", "vpath"] of ::String
SPECIAL_TARGETS = [".PHONY", ".SUFFIXES", ".DEFAULT", ".PRECIOUS", ".INTERMEDIATE", ".SECONDARY", ".DELETE_ON_ERROR"] of ::String

Constructors