mirror of
https://github.com/neovim/neovim.git
synced 2026-03-21 16:09:42 +00:00
- Enable folding of class, enum and interface declarations.
- Highlight constructor names with the Function highlight group, like
other special methods.
- Mark function definitions using special method names as errors.
- Highlight :type arguments.
fixes: vim/vim#14393#issuecomment-2042796198.
closes: vim/vim#13810
818c641b6f
Co-authored-by: Doug Kearns <dougkearns@gmail.com>