Highlighting VMT's with ConTEXT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{pov}} == What you need == * [http://context.cx/component/option,com_docman/Itemid,48/ ConTEXT Editor] * [http://anders.jenbo.dk/cubed.dk/nobody/stuff/source-vmt.chl VMT highli…')
 
m (→‎How to set it up: Unicodifying, replaced: [[Image: → [[File:)
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
Now ConText will color the functions, values and operators in the QC. This helps a lot when bug fixing and trying to understanding the VMT format.
Now ConText will color the functions, values and operators in the QC. This helps a lot when bug fixing and trying to understanding the VMT format.


[[Image:QCHighlighted.png]]
[[File:QCHighlighted.png]]


Thats pretty much it, now all you do is open any VMT file and start editing.
Thats pretty much it, now all you do is open any VMT file and start editing.
Line 23: Line 23:


*[[Notepadpp VDF languages]]
*[[Notepadpp VDF languages]]
*[[Highlighting and Compiling QCs with ConTEXT]]


[[Category:Third Party Tools]]
[[Category:Third Party Tools]]

Latest revision as of 00:20, 7 January 2024

Broom icon.png
This article or section should be converted to third person to conform to wiki standards.

What you need

Note.pngNote:The VMT highlighter is still in development. If you find any thing wrong or have suggestion, contact Wolf.

How and what

ConTEXT is a beefed up notepad useful to programmers. One of the handy things is it's ability to color code functions and values, witch makes it a lot easier to read and write the file.

How to set it up

Install ConText. Save the the VMT highlighter in the highlighter folder, where you installed ConText. Now ConText will color the functions, values and operators in the QC. This helps a lot when bug fixing and trying to understanding the VMT format.

QCHighlighted.png

Thats pretty much it, now all you do is open any VMT file and start editing.

See also