mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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
|
] @operator
|
||||||
|
|
||||||
; Types
|
; Types
|
||||||
|
|
@ -76,9 +77,6 @@
|
||||||
[
|
[
|
||||||
(boolean_type)
|
(boolean_type)
|
||||||
(integral_type)
|
(integral_type)
|
||||||
(floating_point_type)
|
|
||||||
(floating_point_type)
|
|
||||||
(void_type)
|
|
||||||
] @type.builtin
|
] @type.builtin
|
||||||
|
|
||||||
; Variables
|
; Variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue