From 75dbab368bcbb6ed484e4d8ca9e6b3e1b3988b2d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 7 Feb 2019 21:25:53 -0500 Subject: Detect .mk files as make --- bin/hi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/hi.c b/bin/hi.c index 5c9d89dd..6dc6b3b5 100644 --- a/bin/hi.c +++ b/bin/hi.c @@ -129,7 +129,7 @@ static const struct Language { size_t len; } Languages[] = { { "c", "\\.[ch]$", CSyntax, ARRAY_LEN(CSyntax) }, - { "make", "Makefile$", MakeSyntax, ARRAY_LEN(MakeSyntax) }, + { "make", "Makefile$|\\.mk$", MakeSyntax, ARRAY_LEN(MakeSyntax) }, }; static regex_t compile(const char *pattern, int flags) { -- cgit 1.4.1 r dontfiles
summary refs log tree commit diff
path: root/curtis/.inputrc (unfollow)
Commit message (Collapse)Author
2025-12-26Update list of gearJune McEnroe
2025-12-26Add ability to specify chemistryJune McEnroe
2025-12-22Expand regular expressionJune McEnroe
Look people should just use the field name "pronouns".
2025-12-22Let -n prevent postingJune McEnroe
2025-12-22Dehtml pronoun fieldsJune McEnroe
I forgot I wrote that...
2025-12-10Add Rose/HouseJune McEnroe
Ends as all novelas do.
2025-11-19Bilingualize pronouns regexJune McEnroe
2025-11-19Hardcode a follower IDJune McEnroe
2025-11-18Add pronouns bot scriptJune McEnroe
2025-08-27Update DESCRIPTION of myselfJune McEnroe
2025-08-18Publish "time"June McEnroe
2025-08-18Add a bunch of film roll metadataJune McEnroe
I'm not sure why I even do this.
2025-08-18Add a draftJune McEnroe