mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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))
|
(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"
|
"print"
|
||||||
"printf"
|
"printf"
|
||||||
"getline"
|
"getline"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue