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