---
title: Changes in 2.1.364
encoding: utf-8
filter:
  - erb
  - maruku
---
<%= render(:partial => "/SyntaxHighlighter/partials/effort") %>

### Bug Fixes

* Moved indexOf() into utils. [Issue #63](http://bitbucket.org/alexg/syntaxhighlighter/issue/63/move-arrayprototypeindexof-into-shutils) 
* Fixed IE8 horizontal scrollbar. [Issue #79](http://bitbucket.org/alexg/syntaxhighlighter/issue/79/scrollbar-is-shown-in-ie-8-when-rendering-in-ie-7-document) 
* Removed Monaco from CSS. [Issue 80](http://bitbucket.org/alexg/syntaxhighlighter/issue/80/incorrect-rendering-of-fonts-on-mac-os-x) 
* Updated Python brush. [Issue #65](http://bitbucket.org/alexg/syntaxhighlighter/issue/65/brushpython-improvements) 
* Pascal keywords are now case insensitive. [Issue #76](http://bitbucket.org/alexg/syntaxhighlighter/issue/76/pascal-syntax) 
* Added name of the brush to all bits and main DIV. [Issue #19](http://bitbucket.org/alexg/syntaxhighlighter/issue/19/adding-css-hooks-in-order-to-allow-wrinting-of-custom-themes-which-will-have-different-colors-for-each-language) 
* Added 'pad-line-numbers' option to enable/disable/specify line padding. [Issue #9](http://bitbucket.org/alexg/syntaxhighlighter/issue/9/leading-zeros-on-linenumbers-when-9-or-more) 
* Added 'rb' back to Ruby aliases. [Issue #21](http://bitbucket.org/alexg/syntaxhighlighter/issue/21/add-rb-back-to-rubys-aliases) 
* Improved getKeywords() regex pattern. [Issue #23](http://bitbucket.org/alexg/syntaxhighlighter/issue/23/getkeywords-function-improvement) 
* Added Erlang support. [Issue #56](http://bitbucket.org/alexg/syntaxhighlighter/issue/56/erlang-syntax-highlighter) 
* Added min-height CSS lockdown. [Issue #85](http://bitbucket.org/alexg/syntaxhighlighter/issue/85/override-min-height-in-shcorecss) 
* Added special case for <http:...> URLs which were not displaying correctly. [Issue #54](http://bitbucket.org/alexg/syntaxhighlighter/issue/54/bug-with-urls-linkify) 
* Fixed multiline XML comments. [Issue #69](http://bitbucket.org/alexg/syntaxhighlighter/issue/69/shbrushxml-comments-not-matching-multi-line-comments) 
* Fixed broken &lt; and &gt; characters in the Bash brush. [Issue #25](http://bitbucket.org/alexg/syntaxhighlighter/issue/25/bash-shell-script-double-escapes) 
* Fixed single quoted strings in the Bash brush. [Issue #64](http://bitbucket.org/alexg/syntaxhighlighter/issue/64/bash-shell-improperly-identifies-strings) 
* html-script could be now set in defaults. [Issue #60](http://bitbucket.org/alexg/syntaxhighlighter/issue/60/html-script-only-works-inline) 
* Added 'pas' to Delphi aliases. [Issue #44](http://bitbucket.org/alexg/syntaxhighlighter/issue/44/delphi-brush-aliases) 
* Fixed prototype/jquery problem with array length. [Issue #35](http://bitbucket.org/alexg/syntaxhighlighter/issue/35/jquery-prototypes-on-array-are-skewing-arraylength-causing-errors-in-shcorejs-patch-included) 
* Updated URL matching to include more path elements. [Issue #52](http://bitbucket.org/alexg/syntaxhighlighter/issue/52/regexliburl-does-not-completly-match-some) 
* Fixed open quotes string matching issues in Firefox. [Issue #78](http://bitbucket.org/alexg/syntaxhighlighter/issue/78/particular-code-input-causes-browser-to) 
* Added contextual keywords 'partial' and 'yield' to C# bruch. [Issue #31](http://bitbucket.org/alexg/syntaxhighlighter/issue/31/c-brush-lacks-some-keywords) 
* Added support for @"" strings in C# brush. [Issue #32](http://bitbucket.org/alexg/syntaxhighlighter/issue/32/add-support-for-c-quoted-strings) 
* Added JavaDoc multiline comments to the Java brush. [Issue #18](http://bitbucket.org/alexg/syntaxhighlighter/issue/18/adding-support-for-documentation-comments-for-java) 
* Added missing &lt;%@ and &lt;%! script tags to the Java brush. [Issue #17](http://bitbucket.org/alexg/syntaxhighlighter/issue/17/java-brush-doesnt-handle-all-the-jsp) 
* Removed duplicate xhtml alias from the Xml brush. [Issue #14](http://bitbucket.org/alexg/syntaxhighlighter/issue/14/duplication-of-aliases-in-xml-brush) 
* Added ColdFusion brush. [Issue #30](http://bitbucket.org/alexg/syntaxhighlighter/issue/30/add-cf-bruch) 
* Added Eclipse CSS theme. [Issue #83](http://bitbucket.org/alexg/syntaxhighlighter/issue/83/eclipse-theme)
