Lang
From KallestadWiki
The lang variable specifies the language that you are using. If you do not specify a lang parameter, no highlighting will take place, but the code box will surround the text and line numbers will be generated.
The syntax is as follows:
<MTSKSyntax lang="langcode">
where langcode is any of the codes specified here
If you are displaying Perl, the syntax would be
<MTSKSyntax lang="perl">
If you are displaying C++ the syntax would be
<MTSKSyntax lang="cpp">
TODO:Quick Complete Usage Examples
[edit]
