Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Syntax Highlighting for [Code] bbcode.

Joined
Aug 16, 2006
Messages
1,251
Reaction score
199
I think we should have syntax highlighting for all coding languages (or at least the more popular ones) and not just php.

Ex.
PHP:
<html> 
<head> 
 <title>PHP Test</title>
 </head>
 <body> 
 <?php echo '<p>Hello World</p>'; ?>
  </body>
</html>

Syntax highlighting makes code easier to read. When i spend my time in the coders paradise section and people are using the
Code:
 it makes everything grey.

Ex.
[code]#include <iostream>
using namespace std;
int main ()
{
  cout << "Hello World!";
  return 0;
}

It would also benefit people outside of coders paradise, as in other sections with users actively developing or modifying source codes for private servers and sharing them with users, it would help those who aren't knowledgeable of code to learn more because things like variables would have highlighting.

Thoughts?
 
Initiate Mage
Joined
Jan 9, 2009
Messages
0
Reaction score
424
Like the idea and found this ones for this idea;


 
Back
Top