-
Notifications
You must be signed in to change notification settings - Fork 231
Sublime Text Auto-closing Tags #67
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
Comments
Same problem here - I can reproduce it. |
So I've determined that this issue is due to Lines 317 & 319 in the language definition. I'm assuming that ST is looking for the most recent If those lines are changed to something like @yyx990803 I wonder what the best name for this would be. The ST documentation seems to suggest any 'unspecific' scope should use I'll submit a PR with this change in a bit. |
This has been resolved in PR #69. The changes just need to be tagged in order to update Package Control. |
Looks like the issue has been fixed, closing now. |
When using Sublime Text (dev 3102) and the
vue-syntax-highlight
library, auto-closing a tag with string interpolation causes Sublime Text to use the wrong closing tag.Example:
When adding
</
after{{ test }}
, the following occurs.I would imagine this is a bug with ST3's auto-closing feature, but it's possible it's a bug with the syntax definition, so I'm posting this here.
The text was updated successfully, but these errors were encountered: