mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(awk): highlight more builtin functions
This commit is contained in:
parent
e1e2ad1448
commit
9ef2e37e1b
1 changed files with 34 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue