Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed May 27, 2024
1 parent e50ba66 commit 5191130
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/highlight/functions.res
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ let fn = (a, (b, c), {d, e}, [f, g]) => a + b + c + d + e + f + g
// ^ variable.parameter
// ^ variable.parameter

let uncurry = (. u, .x) => (u, x)
// ^ operator
// ^ operator

let get = async (id) => id
// ^ keyword
// ^ keyword.coroutine

0 comments on commit 5191130

Please sign in to comment.