mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
Add capture for lambda parameters, remove redundant captures, add -> operator
This commit is contained in:
parent
706c489a1b
commit
0b9d19a640
1 changed files with 1 additions and 3 deletions
|
|
@ -50,6 +50,7 @@
|
|||
"*="
|
||||
"/="
|
||||
"%="
|
||||
"->"
|
||||
] @operator
|
||||
|
||||
; Types
|
||||
|
|
@ -76,9 +77,6 @@
|
|||
[
|
||||
(boolean_type)
|
||||
(integral_type)
|
||||
(floating_point_type)
|
||||
(floating_point_type)
|
||||
(void_type)
|
||||
] @type.builtin
|
||||
|
||||
; Variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue