This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SyntaxHighlighter Evolved: H Brush

Description

Adds support for the H language in SyntaxHighlighter Evolved plugin. As used in mobile app “Hacked”.

Plugin includes a Hackpad theme to make your code samples resemble what they would look like in the Hacked app Hackpad UI.

Requires SyntaxHighlighter Evolved plugin to be installed first.

You can see it in action on this blog post: Hacked Android App Coding Solutions

Screenshots

  • Example code using Hackpad theme
  • Example code using default theme

Installation

  1. Upload shBrushHackpad to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. (Optional) Enable the Hacked theme in the SyntaxHighlighter plugin

FAQ

Installation Instructions
  1. Upload shBrushHackpad to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. (Optional) Enable the Hacked theme in the SyntaxHighlighter plugin
What aliases can I use?

hack, hacked, or hackpad will all work.

How do I use this brush in my code block?

[code lang=”hack”]
// some H code will go in here.
[/code]

Did you know the colours are slightly off?

Yes, I might ask the devs at some point for the exact hex codes and update them, but for now it’s a close approximation.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SyntaxHighlighter Evolved: H Brush” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.0.2

  • FIXED: string values were green, not white.

0.0.1

  • Beta version