=== SyntaxHighlighter Evolved: H Brush === Contributors: andrewdjohns Donate link: http://andrewjohns.net Tags: H, Hackpad, Hacked, hackedapp, syntax, highlighter, SyntaxHighlighter, brush, theme Requires at least: 4.2.4 Tested up to: 4.9.4 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds H language support in SyntaxHighlighter Evolved plugin. As used in mobile app "Hacked" (www.hackedapp.com). Includes Hackpad theme. == Description == Adds support for the H language in SyntaxHighlighter Evolved plugin. As used in mobile app ["Hacked"](http://www.hackedapp.com). 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](http://andrewjohns.net/blog/2015/08/hacked-app-android-coding-solutions) == Installation == 1. Upload shBrushHackpad to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. **(Optional)** Enable the *Hacked* theme in the SyntaxHighlighter plugin == Frequently Asked Questions == = 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. == Screenshots == 1. Example code using Hackpad theme 2. Example code using default theme == Changelog == = 0.0.2 = * FIXED: string values were green, not white. = 0.0.1 = * Beta version == Upgrade notice == N/A