mirror of https://github.com/XAMPPRocky/tokei
Recognize GNUmakefile (#1021)
* language.json (Makefile): Add filename - gnumakefile.
This commit is contained in:
parent
6e75f90751
commit
8a19d10e62
|
|
@ -1006,7 +1006,7 @@
|
|||
"Makefile": {
|
||||
"line_comment": ["#"],
|
||||
"extensions": ["makefile", "mak", "mk"],
|
||||
"filenames": ["makefile"]
|
||||
"filenames": ["gnumakefile", "makefile"]
|
||||
},
|
||||
"Markdown": {
|
||||
"literate": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue