SyntaxHighlighter Evolved: MSBatch Brush
Adds brush (language) support for "MS Batch" to the SyntaxHighlighter Evolved plugin.
by Suguru YAMAMOTO · github.com/sgryjp/wp-syntaxhighlighter-msbatchbrush
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sgryjp/wp-syntaxhighlighter-msbatchbrush/archive/refs/heads/master.zipThis is a WordPress plug-in which addes support for the syntax of "batch files" which is used on Windows platform.
Installation
-
Make a directory
syntaxhighlighter-msbatchbrushunder{YourWordPressDir}/wp-content/plugins. -
Put the files below into the directory:
- wp-syntaxhighlighter-msbatchbrush.php
- shBrushMSBatch.js
-
Activate the plug-in on your WordPress admin.
Update History
v0.0.4
- [add] Now special keywords such as "exist" which is regarded as keywords only if it its trailing after "if" will be properly highlighted.
- [mod] Changed to zlib/libpng license.
v0.0.3 (2014-03-06)
- [add] Just created and published.