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