Skip to content
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

Closing brace sometimes missing #5

Closed
austenc opened this issue Oct 21, 2014 · 5 comments
Closed

Closing brace sometimes missing #5

austenc opened this issue Oct 21, 2014 · 5 comments

Comments

@austenc
Copy link
Owner

austenc commented Oct 21, 2014

something like (haven't figured out full scenario, doesn't always work):

<h1>This is some text {{ | }</h1>
@KingGeneral
Copy link

KingGeneral commented May 26, 2017

+1 for this,

i think i know why this occured :

testing 1 :

<textarea>{{ | }</textarea>

but when i test in empty line it run smooth like
{{ | }}

testing 2 :

for me occurrence : because open double separated tab, after that it will be like this, (Double sublime text windows,)
note : this bug somewhat fix after i full screen my sublime, idk why

@austenc
Copy link
Owner Author

austenc commented Jun 5, 2017

@KingGeneral I appreciate the feedback -- I still haven't nailed down exactly how to reproduce this, but this should help. I'll try to dig in and fix this soon!

@austenc
Copy link
Owner Author

austenc commented Jun 27, 2017

This line also causes a missing (end) bracket, where @ represents the cursor position:
<h2>Skill Test #{{ $skill->id }} <small>for <a href="@"></a></small></h2>

@austenc austenc closed this as completed in 91fdef6 Jul 6, 2017
@austenc
Copy link
Owner Author

austenc commented Jul 7, 2017

Well, I thought that this was fixed, and it's close, but it needs to also look for HTML tags surrounding the cursor like so > @cursor <.

@austenc austenc reopened this Jul 7, 2017
@austenc
Copy link
Owner Author

austenc commented Feb 19, 2021

Even with the test case I described, I can't seem to replicate this.

If anyone has this occur, please let me know how!

@austenc austenc closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants