[Github-comments] [geany/geany] Add Ocaml ctags parser (PR #3163)

Jiří Techet notifications at github.com
Thu Apr 14 12:21:22 UTC 2022


I just disabled the module kind tag generation so these tags aren't generated right now. But this also means that for (sub)modules created this way:
```
module ModuleFoo = struct
     type foobar =
           ConstructorFoo
         | ConstructorBar of int * char list
 end
```
the tag `ModuleFoo` isn't created either and then we get `ModuleFoo.foobar` in the symbol tree because the parent node `ModuleFoo` doesn't exist. But I think it isn't such a big deal.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3163#issuecomment-1099127894
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3163/c1099127894 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220414/f0534e00/attachment.htm>


More information about the Github-comments mailing list