Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Syntax highlighting
02-07-2008, 03:02 PM (This post was last modified: 06-03-2008 08:51 PM by albinjoseph.)
Post: #1
Syntax highlighting
There is a syntax highlighter installed in Javacodez community forums. This syntax highlighter supports the following languages.

# C
# C++
# Java
# Visual Basic
# PHP (custom)
# XML/HTML
# Javascript
# Assembler
# SQL
# Batch
# INI

At any time if you want to synatx highlight your code use use
[langname]
code
[/lang].

For eg: to highlight java code.

[java]
public static void main(String args[]) {}
[/java]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: