-
Notifications
You must be signed in to change notification settings - Fork 26
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
Mode HTMLEbmedded Doesn't Work #2
Comments
Thank you for your request. |
You just need to include the addon/multiplex library:
So when |
Perhaps it will be the desired behavior. However, I want to know the behavior before the modification and the behavior after the modification before adding the code. I'd like to test with the code below, so please tell me the VS Code Extension that will be mode == 'htmlembedded'. It seems that it can not be specified with standard VSCode.
|
I'm not entirely certain of what you are asking me for so I'm just going to guess that you are wanting to know what file/mime type I'm seeing this behavior with. I'm editing Classic ASP with the file extension of It looks like all of the following extensions are detected as HTMLEmbedded by your code:
|
Sure, I've attached a sample. |
I do not think the issue is resolved.
|
Trying to print a HTML Embedded file doesn't work and returns an error
Uncaught TypeError: CodeMirror.multiplexingMode is not a function
. To resolve include theaddon/mode/multiplex
library.The text was updated successfully, but these errors were encountered: