Open
Description
Hi,
thanks for the updated syntax.
I found some problems while using the standard vim syntax and this one. I had some very dense comment blocks in some files, and vim never worked quick in them.
I tracked down and syntax highlighting was to blame. However, I'm so used to it that i cannot code without it.
So I try to trackdown the HiLink command that was slowing everything and I found that changing the comment to underlined achieve a much faster navigation:
HiLink pythonComment Underlined
ps: using neovim