Help talk:Syntax Highlighting: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
 
(→‎Background colour: new section)
Line 3: Line 3:
How hard would it be to add VDF/Material/QC/etc. support? I'm sure [[Notepad++ VDF languages|the Notepad++ profiles]] could be re-engineered. --[[user:TomEdwards|TomEdwards]] 12:15, 17 January 2009 (UTC)
How hard would it be to add VDF/Material/QC/etc. support? I'm sure [[Notepad++ VDF languages|the Notepad++ profiles]] could be re-engineered. --[[user:TomEdwards|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 [http://qbnz.com/highlighter/geshi-doc.html#language-files syntax] is relatively straightforward, however. --[[User:JeffLane|JeffLane]] 20:07, 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 [http://qbnz.com/highlighter/geshi-doc.html#language-files syntax] is relatively straightforward, however. --[[User:JeffLane|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]]. --[[user:TomEdwards|TomEdwards]] 19:09, 21 January 2009 (UTC)

Revision as of 12:09, 21 January 2009

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)