Color Coding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am writing ASP.Net web pages in C#. The color coding doesn't seem to work
for my code, however. Everything takes on the appearance of the "Script
other:" color setting.

I had simply accepted this and continued coding, until today when I cut and
paste some code into a temporary file, which had no file extension. Then, all
the color coding appeared! I've tried playing around with this, but color
coding appears ONLY in files with no file extension!

Does anyone know what's going on? I'd really like to have color coding
present in all my other code files.
 
I assume this is a Visual Studio question??

Try the microsoft.public.vstudio.general news group

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
In FP if the script is entered using one of the default tags in intellisense (as in <script type="text/vbscript">
for VBScript) it seems to use all the color coding for scripts, but if it is entered in a short hand (as in <% %> for VBscript) it
seems to treat it as other script

--




|I am writing ASP.Net web pages in C#. The color coding doesn't seem to work
| for my code, however. Everything takes on the appearance of the "Script
| other:" color setting.
|
| I had simply accepted this and continued coding, until today when I cut and
| paste some code into a temporary file, which had no file extension. Then, all
| the color coding appeared! I've tried playing around with this, but color
| coding appears ONLY in files with no file extension!
|
| Does anyone know what's going on? I'd really like to have color coding
| present in all my other code files.
 
It is actually contained in <script> tags, not shorthand. The language is C#
though. And to answer Steve Easton's question, it IS in frontpage, not VS.
 
Back
Top