There is a semantic token bug for operator expressions: ```ocaml let add = ( + ) ``` The range `( +` is annotated with `@lsp.type.namespace.ocaml`, which is wrong.