From 27e6f60d25e86a39a89f447730427e6842b29310 Mon Sep 17 00:00:00 2001 From: Emilio Srougo Date: Sun, 24 Mar 2024 19:27:41 -0600 Subject: [PATCH] Add test for unit highlight --- test/highlight/expressions.res | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/highlight/expressions.res b/test/highlight/expressions.res index dc407ca..8258fba 100644 --- a/test/highlight/expressions.res +++ b/test/highlight/expressions.res @@ -72,5 +72,6 @@ let {x} = y let x = y.x // ^variable.member -f(~a=b) +f(~a=b, ()) // ^property +// ^constant.builtin