mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #2896: support syntax highlighting for makefile with .mak extension.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a317b62848
commit
e80abb1ad2
@ -64,7 +64,7 @@ include xml.syntax
|
||||
file ..\*\\.(tt|TT)$ Template::Toolkit\sFile
|
||||
include tt.syntax
|
||||
|
||||
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
|
||||
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|..\*\\.mak|Kbuild)$ Makefile
|
||||
include makefile.syntax
|
||||
|
||||
file CMakeLists.txt$ CMake
|
||||
|
Loading…
Reference in New Issue
Block a user