-
Notifications
You must be signed in to change notification settings - Fork 42
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
Support for inline snippets #35
Conversation
Great suggestion, I was just about to try and make a suggestion to do this, as console log will always insert new line. |
Not sure if it was this pull request or an earlier one, but the current tab spacing is no longer retained for HTML. Seems to be okay in script, but for example, if you do an insert in HTML, it always goes all the way to the left. This may be a completely seperate issue. |
@jrowny all fixed except the wrong snippet indentation. This issue is caused by old piece of code that was there before my modifications. After insering any snippet, it is indented by CodeMirror.
|
This fixes issue #15