hedyhli / outline.nvim

Code outline sidebar powered by LSP. Significantly enhanced & refactored fork of symbols-outline.nvim.
https://sr.ht/~hedy/outline.nvim
MIT License
543 stars 15 forks source link

Symbols for Fortran code are not grouped correctly #77

Open oxcrow opened 1 month ago

oxcrow commented 1 month ago

Hello,

I observed that Fortran symbols are not grouped/indented correctly.

Data members inside derived types (i.e structs/classes)) are not grouped correctly in the outline, and neither are the modules or functions.

I'm using Fortls LSP with Neovim.

Thanks!

bug