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.
CodeMirror has support for VB syntax, something unusual for non-Windows editors. To enable it, the following snippet should be appended to languages.json file:
Hi,
CodeMirror has support for VB syntax, something unusual for non-Windows editors. To enable it, the following snippet should be appended to languages.json file:
"vb": {
"name": "VB",
"mode": ["vb", "text/x-vb"],
"fileExtensions": ["vb"],
"lineComment": ["'"]
}
The text was updated successfully, but these errors were encountered: