Recognize GNUmakefile (#1021)

* language.json (Makefile): Add filename - gnumakefile.
This commit is contained in:
Shynur 2024-08-30 15:56:12 +08:00 committed by GitHub
parent 6e75f90751
commit 8a19d10e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1006,7 +1006,7 @@
"Makefile": {
"line_comment": ["#"],
"extensions": ["makefile", "mak", "mk"],
"filenames": ["makefile"]
"filenames": ["gnumakefile", "makefile"]
},
"Markdown": {
"literate": true,