Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Vbscript code color syntaxing #4883

Closed
kqlambert opened this issue Aug 22, 2013 · 4 comments
Closed

Vbscript code color syntaxing #4883

kqlambert opened this issue Aug 22, 2013 · 4 comments
Milestone

Comments

@kqlambert
Copy link

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.

@ghost ghost assigned redmunds Aug 23, 2013
@redmunds
Copy link
Contributor

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.

@peterflynn
Copy link
Member

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.

@peterflynn
Copy link
Member

@kqlambert Did you intend to close this? We'd normally leave this open -- people regularly look for 'starter bug' issues and post fixes...

@peterflynn peterflynn reopened this Aug 23, 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 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
redmunds added a commit that referenced this issue Sep 4, 2013
@redmunds
Copy link
Contributor

redmunds commented Sep 4, 2013

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.
Projects
None yet
Development

No branches or pull requests

3 participants