You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
At startup, the following warning is always logged to the console:
CodeMirror mode "text/plain" is already used by language Text, won't register for Image
I wonder if we should make definition.mode optional in defineLanguage()... or add a new isBinary flag that makes mode ignored. (That could eventually be useful for other things too, like filtering from Find In Files).
The text was updated successfully, but these errors were encountered:
At startup, the following warning is always logged to the console:
I wonder if we should make definition.mode optional in defineLanguage()... or add a new isBinary flag that makes mode ignored. (That could eventually be useful for other things too, like filtering from Find In Files).
The text was updated successfully, but these errors were encountered: