This happens with all plugins disabled other than vim-javascript.
When attempting to create a typedef that documents the inner member of a class, it seems to work unless I use a tilde ~ as the separator between the class and member. I got this from an example from https://jsdoc.app/tags-typedef.html
What I Get
What I Expect
I noticed the syntax match didn't seem to accept it so — not sure I went about contributing properly — but I proposed a fix here #1250
Description
This happens with all plugins disabled other than
vim-javascript
.When attempting to create a typedef that documents the inner member of a class, it seems to work unless I use a tilde
~
as the separator between the class and member. I got this from an example from https://jsdoc.app/tags-typedef.htmlWhat I Get
What I Expect
I noticed the syntax match didn't seem to accept it so — not sure I went about contributing properly — but I proposed a fix here #1250