mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update queries/teal/highlights.scm
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
This commit is contained in:
parent
c2acddd651
commit
0aa4940f8b
1 changed files with 1 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
; function stuffs
|
||||
(functiondef ["function" "end"] @keyword.function)
|
||||
|
||||
(function_statement [(function_name) (function_name (*))] @function)
|
||||
(function_statement [(function_name) (function_name (_))] @function)
|
||||
(function_statement ["function" "end"] @keyword.function)
|
||||
|
||||
(function_call
|
||||
|
|
@ -68,4 +68,3 @@
|
|||
; TODO (label_statement) @label
|
||||
|
||||
(ERROR) @error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue