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

Wrong tag autocompletion #41

Open
sergi opened this issue Jun 7, 2015 · 0 comments
Open

Wrong tag autocompletion #41

sergi opened this issue Jun 7, 2015 · 0 comments

Comments

@sergi
Copy link

sergi commented Jun 7, 2015

Having the following code (last line block represents the cursor):

<atag>

var arr = [];
for (var i=0; i<10000; i++) {
  arr.push(i);
}
▓ 

When pressing Ctrl-X, I expect the tag auto-completion to be </atag>, but instead it writes </10000>.

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