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'.
This commit is contained in:
parent
2e9777512a
commit
745eae00d4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue