-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Added .ASP files highlighting #4615
Comments
Comment by jasonsanjose Thanks |
Comment by dananichev
|
Comment by dananichev Turns out, it's very small CLA. Signed. |
Comment by redmunds Done with code review. |
Comment by dananichev Fixed. My bad. |
Comment by redmunds Good catch. Correct there are no block comments in VBScript. There is also the REM single-line comment statement. |
Comment by dananichev I've removed block comments array for VBScript. Also REM added to list of line comments. |
Comment by redmunds I'll merge this to get coloring for .vbs files and .asp files get HTML tag coloring. Unfortunately, VBScript blocks in .asp file are not colored correctly, but it's not working for .aspx files, either. Note that detecting script block delimiters is tricky because there are many delimiters types:
|
Comment by dananichev
Is there any way to enable |
Comment by redmunds I already merged this pull request, so start a new one. Since |
Comment by peterflynn To do it right I think you'd really want a new Language declaration specifically for asp/aspx -- probably based on CodeMirror's newer "htmlembedded" mode. We're shoehorning a lot of file types into the basic HTML mode right now not because it's the best answer, but just because no one has implemented the custom mode that's needed yet. |
Issue by dananichev
Saturday Aug 31, 2013 at 07:11 GMT
Originally opened as adobe/brackets#5010
Issue #4883. Maps .ASP files to "htmlmixed" highlighting.
dananichev included the following code: https://github.com/adobe/brackets/pull/5010/commits
The text was updated successfully, but these errors were encountered: