Code Icon

Highlight your Source Code

Free way to highlight your source code. Choose from numerous themes and languages.

Perfect for enhancing readability and sharing snippets effortlessly.



Highlighted Code

//
// Try this Code Highlighting Service
// The service is absolutely free.
//
function onClick("Highlight", code) {
  return highlight(code)
}

//
// Customize your settings and save the URL for later use.
//
function saveCode() {
  throw new Error("We don't save your code!");
}

//
// If you want to help the author, just Buy Me a Coffee.
//
function helpAuthor() {
  return "https://www.buymeacoffee.com/antonshevchuk"
}

HTML Code