From 0b9d19a640b218518fee7bba64e446e4b0b8de45 Mon Sep 17 00:00:00 2001 From: Chinmay Dalal Date: Tue, 23 Jun 2020 16:34:56 +0530 Subject: [PATCH] Add capture for lambda parameters, remove redundant captures, add -> operator --- queries/java/highlights.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/queries/java/highlights.scm b/queries/java/highlights.scm index b73d295af..bb0648d07 100644 --- a/queries/java/highlights.scm +++ b/queries/java/highlights.scm @@ -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