mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(prql): change func to let for prql 0.9.x
This commit is contained in:
parent
5e27645a2b
commit
db0ccd920b
2 changed files with 3 additions and 6 deletions
|
|
@ -402,7 +402,7 @@
|
|||
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
|
||||
},
|
||||
"prql": {
|
||||
"revision": "b0b7cf06174e65e041d854b843e31f65e47d1fc7"
|
||||
"revision": "09e158cd3650581c0af4c49c2e5b10c4834c8646"
|
||||
},
|
||||
"pug": {
|
||||
"revision": "a7ff31a38908df9b9f34828d21d6ca5e12413e18"
|
||||
|
|
|
|||
|
|
@ -35,12 +35,8 @@
|
|||
|
||||
alias: (identifier) @field
|
||||
|
||||
|
||||
|
||||
(comment) @comment @spell
|
||||
|
||||
(keyword_func) @keyword.function
|
||||
|
||||
(function_call
|
||||
(identifier) @function.call)
|
||||
|
||||
|
|
@ -59,6 +55,7 @@ alias: (identifier) @field
|
|||
"&&"
|
||||
"||"
|
||||
"//"
|
||||
"~="
|
||||
(bang)
|
||||
] @operator
|
||||
|
||||
|
|
@ -138,7 +135,7 @@ alias: (identifier) @field
|
|||
] @keyword.operator
|
||||
|
||||
(function_definition
|
||||
(keyword_func)
|
||||
(keyword_let)
|
||||
name: (identifier) @function)
|
||||
|
||||
(parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue