Help talk:Syntax Highlighting: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Background colour: new section)
(→‎Helpful tag: new section)
Line 7: Line 7:


Source code elements need backgrounds and borders to stand out from the words around them: just take a look at [[Threads]]. --[[user:TomEdwards|TomEdwards]] 19:09, 21 January 2009 (UTC)
Source code elements need backgrounds and borders to stand out from the words around them: just take a look at [[Threads]]. --[[user:TomEdwards|TomEdwards]] 19:09, 21 January 2009 (UTC)
== Helpful tag ==
I think the <code><source></code> tag is useful because it prevents you from having to use <code><span></code> tags everywhere. --~~~~

Revision as of 19:53, 13 October 2010

VDF

How hard would it be to add VDF/Material/QC/etc. support? I'm sure the Notepad++ profiles could be re-engineered. --TomEdwards 12:15, 17 January 2009 (UTC)

This was something on the to do list, but isn't very high priority at the moment because most of the code blocks on the VDC (other than C++) are relatively short and simple. The syntax is relatively straightforward, however. --JeffLane 20:07, 17 January 2009 (UTC)

Background colour

Source code elements need backgrounds and borders to stand out from the words around them: just take a look at Threads. --TomEdwards 19:09, 21 January 2009 (UTC)

Helpful tag

I think the <source> tag is useful because it prevents you from having to use tags everywhere. --~~~~