dustjs.vim
dustjs.vim copied to clipboard
Parameter matching breaks on parameters with spaces
Here is an example of the issue.
Totally missed this earlier. thanks for reporting.
I can reproduce.
I think i got it. please git pull
to the latest
marking as closed 6118cbe.
@dylnhdsn please checkout (not a pun -- this is git) the issue2 branch and see if I'm heading in the right direction.
https://github.com/jimmyhchan/dustjs.vim/commit/47aa0988f8aca90cd39e2054206073f5b3f5a60b
@dylnhdsn, @jimmyhchan What is the status of this? I want to use this plugin, but the parameter with spaces bug is killing me!
I am trying to see if I can help, but I'm still trying to understand the code.
Thanks.
I just turned parameter highlighting off.
Does that at least allow the rest of the syntax to color correctly?
Yes.
How do I go about doing that?
Many Thanks!
Pull request On Sep 11, 2013 10:16 AM, "Ian Greulich" [email protected] wrote:
Many Thanks!
— Reply to this email directly or view it on GitHubhttps://github.com/jimmyhchan/dustjs.vim/issues/2#issuecomment-24258505 .
I tested the issue2 branch. It doesn't seem to handle the tag containing the parameter with spaces correctly, but it prevents the errant tag from botching syntax highlighting for the rest of the file.