module documentation

pygments.lexers.make ~~~~~~~~~~~~~~~~~~~~ Lexers for Makefiles and similar. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class BaseMakefileLexer Lexer for simple Makefiles (no preprocessing).
Class CMakeLexer Lexer for CMake files.
Class MakefileLexer Lexer for BSD and GNU make extensions (lenient enough to handle both in the same file even).