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

User defined snippet not working next to closing HTML tag. #70

Open
BillyKoala opened this issue Jul 11, 2017 · 0 comments
Open

User defined snippet not working next to closing HTML tag. #70

BillyKoala opened this issue Jul 11, 2017 · 0 comments

Comments

@BillyKoala
Copy link

BillyKoala commented Jul 11, 2017

I created a snippet called 'comm' to enable me to define and add a comment to a closing tag. For example:
<h1>Hello World</h1>comm. Unfortunately, trying to use the Ctrl-Alt-Spacebar combination immediately after a closing tag will not execute the snippet. Any ideas??? Snippet code below:
{
"name": "Insert Comment",
"trigger": "comm",
"usage": "<!-- Comment -->",
"description": "Insert A Comment",
"template": "<!-- $${Comment}!!{cursor} -->"
}

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

1 participant