ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add comment to Analysis.extract_addr

+1 -1
+1 -1
lib/language_server/Analysis.ml
··· 76 76 match node.value with 77 77 | Group (Braces, [{value = Text addr; _}]) 78 78 | Group (Parens, [{value = Text addr; _}]) 79 - | Text addr 79 + | Text addr (* SEEEMS DODGY!! *) 80 80 | Import (_, addr) -> 81 81 Some (Range.{value = addr; loc = node.loc}) 82 82 | Subtree (addr, _) ->