brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Vbscript code color syntaxing #4514

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by kqlambert Thursday Aug 22, 2013 at 18:57 GMT Originally opened as https://github.com/adobe/brackets/issues/4883


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.

core-ai-bot commented 3 years ago

Comment by redmunds Friday Aug 23, 2013 at 16:01 GMT


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.

core-ai-bot commented 3 years ago

Comment by peterflynn Friday Aug 23, 2013 at 18:26 GMT


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.

core-ai-bot commented 3 years ago

Comment by peterflynn Friday Aug 23, 2013 at 22:03 GMT


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

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Sep 04, 2013 at 18:26 GMT


Closing.@kqlambert Let us know if this is not fixed for you.