Syntax Highlighting for [Code] bbcode.
I think we should have syntax highlighting for all coding languages (or at least the more popular ones) and not just php.
Ex.
PHP Code:
<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?
Re: Syntax Highlighting for [Code] bbcode.
Great idea, would work ideally well for those who lurk the Coders section.
Re: Syntax Highlighting for [Code] bbcode.
Re: Syntax Highlighting for [Code] bbcode.
Thanks for the support and good find revoland.
Re: Syntax Highlighting for [Code] bbcode.
It would be nice for this mini add on +1