mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Update queries/teal/highlights.scm
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
This commit is contained in:
committed by
Stephan Seitz
parent
c2acddd651
commit
0aa4940f8b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user