-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@if and @section issues #1
Comments
Hi @naquad, I've been aware of this issue for a while (and I also suffer from this), but I've never gotten around to looking into it deeply. I'll have a go at fixing it for good tonight, or if you already have a fix feel free to submit a pull-request. Cheers! |
I'm afraid I don't. I've tried to change region definition but no luck :( 2013/3/25 John Hamelink [email protected]
|
Indeed, same issue for me. I've also tried building a regex using the very magic flag "\v", but what constitutes as a match in vim's search mode doesn't seem to match up with the search functionality available for syntax definitions. I'll have another attempt tonight regardless. Thanks for reminding me about this ^_^ JH |
yes, @if is fixed, but @parent, @yield and @section are not :( i'm reading 2013/3/26 John Hamelink [email protected]
|
Indeed. I had a play with the syntax keyword command, but it just doesn't seem match for some reason (I think it might have something to do with the @ sign). |
Using master, VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 26 2012 16:45:16)
Included patches: 1-54 I see that
@if
content is not treated as PHP code and@section
,@parent
and@yield
are completely ignored. Tried different color schemes, but result is the same. See attachment.The text was updated successfully, but these errors were encountered: