Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocaml-lsp-server/src/semantic_highlighting.ml
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ end = struct
| Ppat_construct (c, args) ->
let process_args () =
Option.iter args ~f:(fun (tvs, pat) ->
List.iter tvs ~f:(fun (tv : _ Asttypes.loc) ->
List.iter tvs ~f:(fun ((tv : _ Asttypes.loc), _) ->
add_token
tv.loc
(Token_type.of_builtin TypeParameter)
Expand Down