This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Vbscript code color syntaxing #4883
Labels
Milestone
Comments
ghost
assigned redmunds
Aug 23, 2013
Start by taking a look in the /src/thirdparty/CodeMirror2/mode folder to see what is supported by CodeMirror. Vbscript is already supported, so you just need to add an entry in the src/languages/languages.json file to get vbscript code coloring. Unfortunately, I don't see asp support, btu you can at least add the .asp file extension to the HTML entry to get basic coloring of those pages. |
We already have .aspx mapped to plain HTML, so it seems like we really should map .asp too. Marking starter bug since both extensions seem straightforward. |
@kqlambert Did you intend to close this? We'd normally leave this open -- people regularly look for 'starter bug' issues and post fixes... |
dananichev
added a commit
to dananichev/brackets
that referenced
this issue
Aug 31, 2013
dananichev
added a commit
to dananichev/brackets
that referenced
this issue
Aug 31, 2013
dananichev
added a commit
to dananichev/brackets
that referenced
this issue
Sep 4, 2013
dananichev
added a commit
to dananichev/brackets
that referenced
this issue
Sep 4, 2013
…o line comments
Closing. @kqlambert Let us know if this is not fixed for you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would love to add color syntax for .asp/ vbscript pages (at the moment all the code is one solid color), but could not find where styles were added for language support. If anyone can show me the bit of code that I could work on to do this I would greatly appreciate it.
The text was updated successfully, but these errors were encountered: