typescript-vim
typescript-vim copied to clipboard
syntax folding gets broken by regexes
Hi, although I saw a recent pull about this, I still have the following issue, much like this one:
{
m = /test[^{]/
}
vim shows the closing brace as matching with the one in the regex, which also breaks auto-indentation for me. Thanks for the great plugin!
Ok, thanks for letting us know. Will take a look at that.