-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Support for VB syntax #4672
Comments
Comment by redmunds
Should "vb" be added as a file extension? |
Comment by ghost Hi, No, since it uses another mode. |
Comment by redmunds Gotcha. Care to submit a pull request? |
Comment by ghost Sure, but not until later in the weekend. |
Comment by gruehle Reviewed, marked as "starter bug". |
Comment by redmunds Fixed. Closing. |
Issue by ghost
Thursday Sep 05, 2013 at 07:43 GMT
Originally opened as adobe/brackets#5072
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: