From 9ef2e37e1b3200004f872a536f0c8ed968b742e6 Mon Sep 17 00:00:00 2001 From: JSaugsburg Date: Sat, 11 Jan 2025 14:31:24 +0100 Subject: [PATCH] feat(awk): highlight more builtin functions --- queries/awk/highlights.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/queries/awk/highlights.scm b/queries/awk/highlights.scm index 904cf2a9a..51ec9c08e 100644 --- a/queries/awk/highlights.scm +++ b/queries/awk/highlights.scm @@ -53,6 +53,40 @@ (identifier) @variable.parameter)) [ + "asort" + "asorti" + "bindtextdomain" + "compl" + "cos" + "dcgettext" + "dcngettext" + "exp" + "gensub" + "gsub" + "index" + "int" + "isarray" + "length" + "log" + "lshift" + "match" + "mktime" + "patsplit" + "rand" + "rshift" + "sin" + "split" + "sprintf" + "sqrt" + "srand" + "strftime" + "strtonum" + "sub" + "substr" + "systime" + "tolower" + "toupper" + "typeof" "print" "printf" "getline"