vim markdown syntax with polyglot
I’m trying to use polyglot for vim syntax highlighting for markdown files. (.md). When I use it, I notice that the square brackets seem to be behaving in an odd way. When I open a left bracket, the rest of my text following is highlighted, but when I close it with the right bracket, the brackets are highlighted two different colors, and the following text remains highlighted as if I didn’t put in the right bracket. This only happens with squared brackets, not parens nor braces.