From 6d74da7f0a29c35ee7636e157e72dd221e8d6197 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sat, 17 Aug 2024 23:04:32 +0200 Subject: [PATCH] fix(inko): add highlight for boolean patterns (#7050) --- queries/inko/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/queries/inko/highlights.scm b/queries/inko/highlights.scm index eff00fc02..589d746ce 100644 --- a/queries/inko/highlights.scm +++ b/queries/inko/highlights.scm @@ -141,6 +141,8 @@ (constant_pattern) @constant +(boolean_pattern) @boolean + ; Types (generic_type name: _ @type)