Skip to content

Commit

Permalink
Add test for unit highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed Mar 25, 2024
1 parent 2d6bfea commit 27e6f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/highlight/expressions.res
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ let {x} = y
let x = y.x
// ^variable.member

f(~a=b)
f(~a=b, ())
// ^property
// ^constant.builtin

0 comments on commit 27e6f60

Please sign in to comment.