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

Enable {!! ... !!} For Raw Output #38

Closed
mikebronner opened this issue Mar 27, 2016 · 4 comments
Closed

Enable {!! ... !!} For Raw Output #38

mikebronner opened this issue Mar 27, 2016 · 4 comments

Comments

@mikebronner
Copy link

The {!! ... !!} raw output tags don't seem to work the same way as the {{ ... }} when invoked. Not quite sure why, still investigating.

@Ingramz
Copy link
Collaborator

Ingramz commented Mar 28, 2016

Their behavior should be identical. If it only happens in a specific file, you can try stripping away any code that precedes it.

@mikebronner
Copy link
Author

It's possibly a conflict with another plugin, something I need to investigate more. The behavior I'm seeing is that when I type the opening {!! I only get a closing }, instead of !!}.

@Ingramz
Copy link
Collaborator

Ingramz commented Mar 29, 2016

If you type {, the bracket-matcher package will type in } for you.

Fortunately there seems to be a feature request there already to customize bracket behavior per language. That feature request might need a little expansion if you wanted { to be completed to {!! | !!}.

It's questionable if bracket-matcher should be able to do this, there might be other packages available (that I am not personally aware of) that you can customize to get the same result.

@Ingramz Ingramz added atom-core The issue is dependent on Atom project or any of the first-party packages. enhancement Request for a new feature. labels Sep 18, 2016
@Ingramz
Copy link
Collaborator

Ingramz commented Jun 10, 2017

I'm gonna close this as the issue is too vague. I'll reopen if we can get some sort of intended behavior described here.

@Ingramz Ingramz closed this as completed Jun 10, 2017
@Ingramz Ingramz removed atom-core The issue is dependent on Atom project or any of the first-party packages. enhancement Request for a new feature. labels Jun 10, 2017
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