feat(awk): highlight more builtin functions

This commit is contained in:
JSaugsburg 2025-01-11 14:31:24 +01:00 committed by GitHub
parent e1e2ad1448
commit 9ef2e37e1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"