Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 5a74cd1

Browse files
committed
Add a hover test.
1 parent a35afda commit 5a74cd1

File tree

4 files changed

+4
-334
lines changed

4 files changed

+4
-334
lines changed

src/EditorSupportCommands.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ let test ~path =
182182
if mlen >= 3 then
183183
match String.sub rest 0 3 with
184184
| "def" -> definition ~path ~line ~col
185+
| "hov" -> hover ~path ~line ~col
185186
| "com" ->
186187
let currentFile, cout = Filename.open_temp_file "def" "txt" in
187188
lines

0 commit comments

Comments
 (0)