I developed a simple WordPress Plugin for Syntax Higlighter Evolved for displaying TypeScript (http://wordpress.org/plugins/syntax-highlighter-evolved-typescript/)
I found these links helpful in publishing and deploying the plugin.
First I signed up as suggested here (https://wordpress.org/plugins/about/) and then I got the relevant SVN information via e-mail.
Afterwards, I used TortoiseSVN as described here (http://eamann.com/tech/how-to-publish-a-wordpress-plugin-subversion/) and deployed.
How can i use the typoscript Higlighter ?
Thanks
Hi – I looked at your site a little and see you work with TYPO3 / TypoScript (http://en.wikipedia.org/wiki/TYPO3), but my brush plugin is for Microsoft TypeScript (http://en.wikipedia.org/wiki/Typescript). Let me know if I have misunderstood.
I should add however, if you are trying to use the TypeScript plugin,
Install Syntax Highlighter evolved plugin
https://wordpress.org/plugins/syntaxhighlighter/
Then the TypeScript brush plugin
https://wordpress.org/plugins/syntax-highlighter-evolved-typescript/
When posting code in a blog post, wrap TypeScript code in [ts] [/ts] or [typescript] [/typescript]