/vkcode

VK Code Highlighter

Primary LanguageJavaScriptMIT LicenseMIT

VKcode

VK Code Highlighter

Install

  1. Chrome
  1. Firefox

How to use

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>

Customize

Open preferences of vkcode script and change FONT_FAMILY, FONT_SIZE, THEME to what you like.