Add capture for lambda parameters, remove redundant captures, add -> operator

This commit is contained in:
Chinmay Dalal 2020-06-23 16:34:56 +05:30
parent 706c489a1b
commit 0b9d19a640

View file

@ -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