From d6a2ecb8b7093d6f6673cb6748bce9214a5099d3 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 2 Dec 2022 20:22:58 +0100 Subject: highlights: create subscoping for ternary operator After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages. --- queries/java/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/java') diff --git a/queries/java/highlights.scm b/queries/java/highlights.scm index cc9ed99c7..63cb01237 100644 --- a/queries/java/highlights.scm +++ b/queries/java/highlights.scm @@ -226,7 +226,7 @@ "case" ] @conditional -(ternary_expression ["?" ":"] @conditional) +(ternary_expression ["?" ":"] @conditional.ternary) ; -- cgit v1.2.3-70-g09d2