From 19630d4636fb7374ea9e7e76153f283705826680 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 7 Jul 2024 03:50:35 +0200 Subject: [PATCH] Fontify `mkbool` as function in `awk-mode` * lisp/progmodes/cc-awk.el (awk-font-lock-keywords): Fontify 'mkbool' function, added in gawk version 5.2. See Info node '(gawk) Boolean Functions'. (cherry picked from commit 745eae00d4178906eda58c26d0d132fbd32b3ff7) --- lisp/progmodes/cc-awk.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 4b8cb0eff47..937a965d4ed 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el @@ -1035,8 +1035,8 @@ std\\(err\\|in\\|out\\)\\|user\\)\\)\\>\ '("adump" "and" "asort" "asorti" "atan2" "bindtextdomain" "close" "compl" "cos" "dcgettext" "dcngettext" "exp" "extension" "fflush" "gensub" "gsub" "index" "int" "isarray" "length" "log" "lshift" - "match" "mktime" "or" "patsplit" "print" "printf" "rand" "rshift" - "sin" "split" "sprintf" "sqrt" "srand" "stopme" + "match" "mkbool" "mktime" "or" "patsplit" "print" "printf" "rand" + "rshift" "sin" "split" "sprintf" "sqrt" "srand" "stopme" "strftime" "strtonum" "sub" "substr" "system" "systime" "tolower" "toupper" "typeof" "xor") t) -- 2.39.2