Skip to content

[CLOSED] Support for VB syntax #4672

@core-ai-bot

Description

@core-ai-bot

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": ["'"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions