VK Code Highlighter
- Chrome
- Install tampermonkey
- Go to vkcode script
- Press install
- Profit
- Firefox
- Install greasemonkey
- Go to vkcode script
- Press install
- Profit
Just wrap your code inside vkcode tag and use \t to set tabs (will be automated later)
Example:
<vkcode>
if (somethingWrong) {
\t doNothing();
} else {
\t doSomethingImportant();
}
</vkcode>
Open preferences of vkcode script and change FONT_FAMILY, FONT_SIZE, THEME to what you like.