Beautify
Beautify copied to clipboard
Composer for beautify
Hi,
I really like the way Beautify works, so I wanted to add it as a filter to my project, but unfortunately you ship it with dependencies. So I forked your repo and added composer do download dependencies and to make it possible to mix beautify with other projects.
Let me know if you would like to merge changes.
Lukasz,
I really like the way Beautify works, so I wanted to add it as a filter to my project, but unfortunately you ship it with dependencies. So I forked your repo and added composer do download dependencies and to make it possible to mix beautify with other projects.
Thanks for your pull request.
I haven't had time to look into this, I'll try the next couple of days.
I'll let you know.
Thanks, Edwin Martin
You can merge this Pull Request by running git pull https://github.com/cepa/Beautify master
Or view, comment on, or merge it at:
https://github.com/edwinm/Beautify/pull/2
Commit Summary
cleanup
composer
refactoring
refactoring
File ChangesM .gitignore https://github.com/edwinm/Beautify/pull/2/files#diff-0 (8)
D PHP-Markdown-Extra-1.2.5/License.text https://github.com/edwinm/Beautify/pull/2/files#diff-1 (36)
D PHP-Markdown-Extra-1.2.5/PHP Markdown Extra Readme.text https://github.com/edwinm/Beautify/pull/2/files#diff-2 (802)
D PHP-Markdown-Extra-1.2.5/markdown.php https://github.com/edwinm/Beautify/pull/2/files#diff-3 (2932)
D SmartyPants/License.text https://github.com/edwinm/Beautify/pull/2/files#diff-4 (36)
D SmartyPants/PHP SmartyPants Readme.txt https://github.com/edwinm/Beautify/pull/2/files#diff-5 (261)
D SmartyPants/smartypants-typographer.php https://github.com/edwinm/Beautify/pull/2/files#diff-6 (1184)
D SmartyPants/smartypants.php https://github.com/edwinm/Beautify/pull/2/files#diff-7 (860)
M beautify.php https://github.com/edwinm/Beautify/pull/2/files#diff-8 (33)
A composer.json https://github.com/edwinm/Beautify/pull/2/files#diff-9 (39)
M examples/example.php https://github.com/edwinm/Beautify/pull/2/files#diff-10 (2)
D geshi/contrib/aliased.php https://github.com/edwinm/Beautify/pull/2/files#diff-11 (124)
D geshi/contrib/cssgen.php https://github.com/edwinm/Beautify/pull/2/files#diff-12 (456)
D geshi/contrib/cssgen2.php https://github.com/edwinm/Beautify/pull/2/files#diff-13 (59)
D geshi/contrib/example.php https://github.com/edwinm/Beautify/pull/2/files#diff-14 (217)
D geshi/contrib/langcheck.php https://github.com/edwinm/Beautify/pull/2/files#diff-15 (769)
D geshi/contrib/langwiz.php https://github.com/edwinm/Beautify/pull/2/files#diff-16 (1170)
D geshi/docs/BUGS https://github.com/edwinm/Beautify/pull/2/files#diff-17 (29)
D geshi/docs/CHANGES https://github.com/edwinm/Beautify/pull/2/files#diff-18 (868)
D geshi/docs/COPYING https://github.com/edwinm/Beautify/pull/2/files#diff-19 (340)
D geshi/docs/README https://github.com/edwinm/Beautify/pull/2/files#diff-20 (33)
D geshi/docs/THANKS https://github.com/edwinm/Beautify/pull/2/files#diff-21 (229)
D geshi/docs/TODO https://github.com/edwinm/Beautify/pull/2/files#diff-22 (71)
D geshi/docs/api/__filesource/fsource_geshi_core_geshi.php.html https://github.com/edwinm/Beautify/pull/2/files#diff-23 (4616)
D geshi/docs/api/blank.html https://github.com/edwinm/Beautify/pull/2/files#diff-24 (13)
D geshi/docs/api/classtrees_geshi.html https://github.com/edwinm/Beautify/pull/2/files#diff-25 (24)
D geshi/docs/api/elementindex.html https://github.com/edwinm/Beautify/pull/2/files#diff-26 (867)
D geshi/docs/api/elementindex_geshi.html https://github.com/edwinm/Beautify/pull/2/files#diff-27 (864)
D geshi/docs/api/errors.html https://github.com/edwinm/Beautify/pull/2/files#diff-28 (20)
D geshi/docs/api/geshi/core/GeSHi.html https://github.com/edwinm/Beautify/pull/2/files#diff-29 (2676)
D geshi/docs/api/geshi/core/_geshi.php.html https://github.com/edwinm/Beautify/pull/2/files#diff-30 (478)
D geshi/docs/api/index.html https://github.com/edwinm/Beautify/pull/2/files#diff-31 (24)
D geshi/docs/api/li_geshi.html https://github.com/edwinm/Beautify/pull/2/files#diff-32 (46)
D geshi/docs/api/media/banner.css https://github.com/edwinm/Beautify/pull/2/files#diff-33 (33)
D geshi/docs/api/media/images/AbstractClass.png https://github.com/edwinm/Beautify/pull/2/files#diff-34 (0)
D geshi/docs/api/media/images/AbstractClass_logo.png https://github.com/edwinm/Beautify/pull/2/files#diff-35 (0)
D geshi/docs/api/media/images/AbstractMethod.png https://github.com/edwinm/Beautify/pull/2/files#diff-36 (0)
D geshi/docs/api/media/images/AbstractPrivateClass.png https://github.com/edwinm/Beautify/pull/2/files#diff-37 (0)
D geshi/docs/api/media/images/AbstractPrivateClass_logo.png https://github.com/edwinm/Beautify/pull/2/files#diff-38 (0)
D geshi/docs/api/media/images/AbstractPrivateMethod.png https://github.com/edwinm/Beautify/pull/2/files#diff-39 (0)
D geshi/docs/api/media/images/Class.png https://github.com/edwinm/Beautify/pull/2/files#diff-40 (0)
D geshi/docs/api/media/images/Class_logo.png https://github.com/edwinm/Beautify/pull/2/files#diff-41 (0)
D geshi/docs/api/media/images/Constant.png https://github.com/edwinm/Beautify/pull/2/files#diff-42 (0)
D geshi/docs/api/media/images/Constructor.png https://github.com/edwinm/Beautify/pull/2/files#diff-43 (0)
D geshi/docs/api/media/images/Destructor.png https://github.com/edwinm/Beautify/pull/2/files#diff-44 (0)
D geshi/docs/api/media/images/Function.png https://github.com/edwinm/Beautify/pull/2/files#diff-45 (0)
D geshi/docs/api/media/images/Global.png https://github.com/edwinm/Beautify/pull/2/files#diff-46 (0)
D geshi/docs/api/media/images/I.png https://github.com/edwinm/Beautify/pull/2/files#diff-47 (0)
D geshi/docs/api/media/images/Index.png https://github.com/edwinm/Beautify/pull/2/files#diff-48 (0)
D geshi/docs/api/media/images/Interface.png https://github.com/edwinm/Beautify/pull/2/files#diff-49 (0)
D geshi/docs/api/media/images/Interface_logo.png https://github.com/edwinm/Beautify/pull/2/files#diff-50 (0)
D geshi/docs/api/media/images/L.png https://github.com/edwinm/Beautify/pull/2/files#diff-51 (0)
D geshi/docs/api/media/images/Lminus.png https://github.com/edwinm/Beautify/pull/2/files#diff-52 (0)
D geshi/docs/api/media/images/Lplus.png https://github.com/edwinm/Beautify/pull/2/files#diff-53 (0)
D geshi/docs/api/media/images/Method.png https://github.com/edwinm/Beautify/pull/2/files#diff-54 (0)
D geshi/docs/api/media/images/Page.png https://github.com/edwinm/Beautify/pull/2/files#diff-55 (0)
D geshi/docs/api/media/images/Page_logo.png https://github.com/edwinm/Beautify/pull/2/files#diff-56 (0)
D geshi/docs/api/media/images/PrivateClass.png https://github.com/edwinm/Beautify/pull/2/files#diff-57 (0)
D geshi/docs/api/media/images/PrivateClass_logo.png https://github.com/edwinm/Beautify/pull/2/files#diff-58 (0)
D geshi/docs/api/media/images/PrivateMethod.png https://github.com/edwinm/Beautify/pull/2/files#diff-59 (0)
D geshi/docs/api/media/images/PrivateVariable.png https://github.com/edwinm/Beautify/pull/2/files#diff-60 (0)
D geshi/docs/api/media/images/StaticMethod.png https://github.com/edwinm/Beautify/pull/2/files#diff-61 (0)
D geshi/docs/api/media/images/StaticVariable.png https://github.com/edwinm/Beautify/pull/2/files#diff-62 (0)
D geshi/docs/api/media/images/T.png https://github.com/edwinm/Beautify/pull/2/files#diff-63 (0)
D geshi/docs/api/media/images/Tminus.png https://github.com/edwinm/Beautify/pull/2/files#diff-64 (0)
D geshi/docs/api/media/images/Tplus.png https://github.com/edwinm/Beautify/pull/2/files#diff-65 (0)
D geshi/docs/api/media/images/Variable.png https://github.com/edwinm/Beautify/pull/2/files#diff-66 (0)
D geshi/docs/api/media/images/blank.png https://github.com/edwinm/Beautify/pull/2/files#diff-67 (0)
D geshi/docs/api/media/images/class_folder.png https://github.com/edwinm/Beautify/pull/2/files#diff-68 (0)
D geshi/docs/api/media/images/empty.png https://github.com/edwinm/Beautify/pull/2/files#diff-69 (0)
D geshi/docs/api/media/images/file.png https://github.com/edwinm/Beautify/pull/2/files#diff-70 (0)
D geshi/docs/api/media/images/folder.png https://github.com/edwinm/Beautify/pull/2/files#diff-71 (0)
D geshi/docs/api/media/images/function_folder.png https://github.com/edwinm/Beautify/pull/2/files#diff-72 (0)
D geshi/docs/api/media/images/next_button.png https://github.com/edwinm/Beautify/pull/2/files#diff-73 (0)
D geshi/docs/api/media/images/next_button_disabled.png https://github.com/edwinm/Beautify/pull/2/files#diff-74 (0)
D geshi/docs/api/media/images/package.png https://github.com/edwinm/Beautify/pull/2/files#diff-75 (0)
D geshi/docs/api/media/images/package_folder.png https://github.com/edwinm/Beautify/pull/2/files#diff-76 (0)
D geshi/docs/api/media/images/previous_button.png https://github.com/edwinm/Beautify/pull/2/files#diff-77 (0)
D geshi/docs/api/media/images/previous_button_disabled.png https://github.com/edwinm/Beautify/pull/2/files#diff-78 (0)
D geshi/docs/api/media/images/private_class_logo.png https://github.com/edwinm/Beautify/pull/2/files#diff-79 (0)
D geshi/docs/api/media/images/tutorial.png https://github.com/edwinm/Beautify/pull/2/files#diff-80 (0)
D geshi/docs/api/media/images/tutorial_folder.png https://github.com/edwinm/Beautify/pull/2/files#diff-81 (0)
D geshi/docs/api/media/images/up_button.png https://github.com/edwinm/Beautify/pull/2/files#diff-82 (0)
D geshi/docs/api/media/stylesheet.css https://github.com/edwinm/Beautify/pull/2/files#diff-83 (146)
D geshi/docs/api/packages.html https://github.com/edwinm/Beautify/pull/2/files#diff-84 (29)
D geshi/docs/api/todolist.html https://github.com/edwinm/Beautify/pull/2/files#diff-85 (42)
D geshi/docs/geshi-doc.html https://github.com/edwinm/Beautify/pull/2/files#diff-86 (4053)
D geshi/docs/geshi-doc.txt https://github.com/edwinm/Beautify/pull/2/files#diff-87 (1741)
D geshi/docs/phpdoc.ini https://github.com/edwinm/Beautify/pull/2/files#diff-88 (90)
D geshi/geshi.php https://github.com/edwinm/Beautify/pull/2/files#diff-89 (4755)
D geshi/geshi/4cs.php https://github.com/edwinm/Beautify/pull/2/files#diff-90 (139)
D geshi/geshi/6502acme.php https://github.com/edwinm/Beautify/pull/2/files#diff-91 (230)
D geshi/geshi/6502kickass.php https://github.com/edwinm/Beautify/pull/2/files#diff-92 (241)
D geshi/geshi/6502tasm.php https://github.com/edwinm/Beautify/pull/2/files#diff-93 (189)
D geshi/geshi/68000devpac.php https://github.com/edwinm/Beautify/pull/2/files#diff-94 (168)
D geshi/geshi/abap.php https://github.com/edwinm/Beautify/pull/2/files#diff-95 (1409)
D geshi/geshi/actionscript.php https://github.com/edwinm/Beautify/pull/2/files#diff-96 (197)
D geshi/geshi/actionscript3.php https://github.com/edwinm/Beautify/pull/2/files#diff-97 (473)
D geshi/geshi/ada.php https://github.com/edwinm/Beautify/pull/2/files#diff-98 (135)
D geshi/geshi/algol68.php https://github.com/edwinm/Beautify/pull/2/files#diff-99 (329)
D geshi/geshi/apache.php https://github.com/edwinm/Beautify/pull/2/files#diff-100 (483)
D geshi/geshi/applescript.php https://github.com/edwinm/Beautify/pull/2/files#diff-101 (157)
D geshi/geshi/apt_sources.php https://github.com/edwinm/Beautify/pull/2/files#diff-102 (148)
D geshi/geshi/asm.php https://github.com/edwinm/Beautify/pull/2/files#diff-103 (225)
D geshi/geshi/asp.php https://github.com/edwinm/Beautify/pull/2/files#diff-104 (164)
D geshi/geshi/autoconf.php https://github.com/edwinm/Beautify/pull/2/files#diff-105 (512)
D geshi/geshi/autohotkey.php https://github.com/edwinm/Beautify/pull/2/files#diff-106 (373)
D geshi/geshi/autoit.php https://github.com/edwinm/Beautify/pull/2/files#diff-107 (1175)
D geshi/geshi/avisynth.php https://github.com/edwinm/Beautify/pull/2/files#diff-108 (194)
D geshi/geshi/awk.php https://github.com/edwinm/Beautify/pull/2/files#diff-109 (158)
D geshi/geshi/bascomavr.php https://github.com/edwinm/Beautify/pull/2/files#diff-110 (185)
D geshi/geshi/bash.php https://github.com/edwinm/Beautify/pull/2/files#diff-111 (440)
D geshi/geshi/basic4gl.php https://github.com/edwinm/Beautify/pull/2/files#diff-112 (341)
D geshi/geshi/bf.php https://github.com/edwinm/Beautify/pull/2/files#diff-113 (114)
D geshi/geshi/bibtex.php https://github.com/edwinm/Beautify/pull/2/files#diff-114 (183)
D geshi/geshi/blitzbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-115 (185)
D geshi/geshi/bnf.php https://github.com/edwinm/Beautify/pull/2/files#diff-116 (119)
D geshi/geshi/boo.php https://github.com/edwinm/Beautify/pull/2/files#diff-117 (217)
D geshi/geshi/c.php https://github.com/edwinm/Beautify/pull/2/files#diff-118 (281)
D geshi/geshi/c_loadrunner.php https://github.com/edwinm/Beautify/pull/2/files#diff-119 (323)
D geshi/geshi/c_mac.php https://github.com/edwinm/Beautify/pull/2/files#diff-120 (227)
D geshi/geshi/caddcl.php https://github.com/edwinm/Beautify/pull/2/files#diff-121 (126)
D geshi/geshi/cadlisp.php https://github.com/edwinm/Beautify/pull/2/files#diff-122 (186)
D geshi/geshi/cfdg.php https://github.com/edwinm/Beautify/pull/2/files#diff-123 (124)
D geshi/geshi/cfm.php https://github.com/edwinm/Beautify/pull/2/files#diff-124 (299)
D geshi/geshi/chaiscript.php https://github.com/edwinm/Beautify/pull/2/files#diff-125 (140)
D geshi/geshi/cil.php https://github.com/edwinm/Beautify/pull/2/files#diff-126 (196)
D geshi/geshi/clojure.php https://github.com/edwinm/Beautify/pull/2/files#diff-127 (134)
D geshi/geshi/cmake.php https://github.com/edwinm/Beautify/pull/2/files#diff-128 (181)
D geshi/geshi/cobol.php https://github.com/edwinm/Beautify/pull/2/files#diff-129 (244)
D geshi/geshi/coffeescript.php https://github.com/edwinm/Beautify/pull/2/files#diff-130 (146)
D geshi/geshi/cpp-qt.php https://github.com/edwinm/Beautify/pull/2/files#diff-131 (564)
D geshi/geshi/cpp.php https://github.com/edwinm/Beautify/pull/2/files#diff-132 (240)
D geshi/geshi/csharp.php https://github.com/edwinm/Beautify/pull/2/files#diff-133 (253)
D geshi/geshi/css.php https://github.com/edwinm/Beautify/pull/2/files#diff-134 (223)
D geshi/geshi/cuesheet.php https://github.com/edwinm/Beautify/pull/2/files#diff-135 (138)
D geshi/geshi/d.php https://github.com/edwinm/Beautify/pull/2/files#diff-136 (272)
D geshi/geshi/dcs.php https://github.com/edwinm/Beautify/pull/2/files#diff-137 (182)
D geshi/geshi/delphi.php https://github.com/edwinm/Beautify/pull/2/files#diff-138 (289)
D geshi/geshi/diff.php https://github.com/edwinm/Beautify/pull/2/files#diff-139 (196)
D geshi/geshi/div.php https://github.com/edwinm/Beautify/pull/2/files#diff-140 (126)
D geshi/geshi/dos.php https://github.com/edwinm/Beautify/pull/2/files#diff-141 (227)
D geshi/geshi/dot.php https://github.com/edwinm/Beautify/pull/2/files#diff-142 (164)
D geshi/geshi/e.php https://github.com/edwinm/Beautify/pull/2/files#diff-143 (208)
D geshi/geshi/ecmascript.php https://github.com/edwinm/Beautify/pull/2/files#diff-144 (210)
D geshi/geshi/eiffel.php https://github.com/edwinm/Beautify/pull/2/files#diff-145 (395)
D geshi/geshi/email.php https://github.com/edwinm/Beautify/pull/2/files#diff-146 (210)
D geshi/geshi/epc.php https://github.com/edwinm/Beautify/pull/2/files#diff-147 (154)
D geshi/geshi/erlang.php https://github.com/edwinm/Beautify/pull/2/files#diff-148 (441)
D geshi/geshi/euphoria.php https://github.com/edwinm/Beautify/pull/2/files#diff-149 (140)
D geshi/geshi/f1.php https://github.com/edwinm/Beautify/pull/2/files#diff-150 (151)
D geshi/geshi/falcon.php https://github.com/edwinm/Beautify/pull/2/files#diff-151 (218)
D geshi/geshi/fo.php https://github.com/edwinm/Beautify/pull/2/files#diff-152 (327)
D geshi/geshi/fortran.php https://github.com/edwinm/Beautify/pull/2/files#diff-153 (160)
D geshi/geshi/freebasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-154 (141)
D geshi/geshi/fsharp.php https://github.com/edwinm/Beautify/pull/2/files#diff-155 (213)
D geshi/geshi/gambas.php https://github.com/edwinm/Beautify/pull/2/files#diff-156 (214)
D geshi/geshi/gdb.php https://github.com/edwinm/Beautify/pull/2/files#diff-157 (198)
D geshi/geshi/genero.php https://github.com/edwinm/Beautify/pull/2/files#diff-158 (463)
D geshi/geshi/genie.php https://github.com/edwinm/Beautify/pull/2/files#diff-159 (157)
D geshi/geshi/gettext.php https://github.com/edwinm/Beautify/pull/2/files#diff-160 (97)
D geshi/geshi/glsl.php https://github.com/edwinm/Beautify/pull/2/files#diff-161 (205)
D geshi/geshi/gml.php https://github.com/edwinm/Beautify/pull/2/files#diff-162 (506)
D geshi/geshi/gnuplot.php https://github.com/edwinm/Beautify/pull/2/files#diff-163 (296)
D geshi/geshi/go.php https://github.com/edwinm/Beautify/pull/2/files#diff-164 (375)
D geshi/geshi/groovy.php https://github.com/edwinm/Beautify/pull/2/files#diff-165 (1011)
D geshi/geshi/gwbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-166 (153)
D geshi/geshi/haskell.php https://github.com/edwinm/Beautify/pull/2/files#diff-167 (202)
D geshi/geshi/hicest.php https://github.com/edwinm/Beautify/pull/2/files#diff-168 (108)
D geshi/geshi/hq9plus.php https://github.com/edwinm/Beautify/pull/2/files#diff-169 (104)
D geshi/geshi/html4strict.php https://github.com/edwinm/Beautify/pull/2/files#diff-170 (190)
D geshi/geshi/html5.php https://github.com/edwinm/Beautify/pull/2/files#diff-171 (212)
D geshi/geshi/icon.php https://github.com/edwinm/Beautify/pull/2/files#diff-172 (212)
D geshi/geshi/idl.php https://github.com/edwinm/Beautify/pull/2/files#diff-173 (123)
D geshi/geshi/ini.php https://github.com/edwinm/Beautify/pull/2/files#diff-174 (128)
D geshi/geshi/inno.php https://github.com/edwinm/Beautify/pull/2/files#diff-175 (212)
D geshi/geshi/intercal.php https://github.com/edwinm/Beautify/pull/2/files#diff-176 (122)
D geshi/geshi/io.php https://github.com/edwinm/Beautify/pull/2/files#diff-177 (138)
D geshi/geshi/j.php https://github.com/edwinm/Beautify/pull/2/files#diff-178 (190)
D geshi/geshi/java.php https://github.com/edwinm/Beautify/pull/2/files#diff-179 (983)
D geshi/geshi/java5.php https://github.com/edwinm/Beautify/pull/2/files#diff-180 (1037)
D geshi/geshi/javascript.php https://github.com/edwinm/Beautify/pull/2/files#diff-181 (152)
D geshi/geshi/jquery.php https://github.com/edwinm/Beautify/pull/2/files#diff-182 (238)
D geshi/geshi/kixtart.php https://github.com/edwinm/Beautify/pull/2/files#diff-183 (329)
D geshi/geshi/klonec.php https://github.com/edwinm/Beautify/pull/2/files#diff-184 (282)
D geshi/geshi/klonecpp.php https://github.com/edwinm/Beautify/pull/2/files#diff-185 (310)
D geshi/geshi/latex.php https://github.com/edwinm/Beautify/pull/2/files#diff-186 (223)
D geshi/geshi/lb.php https://github.com/edwinm/Beautify/pull/2/files#diff-187 (162)
D geshi/geshi/lisp.php https://github.com/edwinm/Beautify/pull/2/files#diff-188 (144)
D geshi/geshi/llvm.php https://github.com/edwinm/Beautify/pull/2/files#diff-189 (385)
D geshi/geshi/locobasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-190 (130)
D geshi/geshi/logtalk.php https://github.com/edwinm/Beautify/pull/2/files#diff-191 (345)
D geshi/geshi/lolcode.php https://github.com/edwinm/Beautify/pull/2/files#diff-192 (152)
D geshi/geshi/lotusformulas.php https://github.com/edwinm/Beautify/pull/2/files#diff-193 (318)
D geshi/geshi/lotusscript.php https://github.com/edwinm/Beautify/pull/2/files#diff-194 (191)
D geshi/geshi/lscript.php https://github.com/edwinm/Beautify/pull/2/files#diff-195 (387)
D geshi/geshi/lsl2.php https://github.com/edwinm/Beautify/pull/2/files#diff-196 (898)
D geshi/geshi/lua.php https://github.com/edwinm/Beautify/pull/2/files#diff-197 (177)
D geshi/geshi/m68k.php https://github.com/edwinm/Beautify/pull/2/files#diff-198 (143)
D geshi/geshi/magiksf.php https://github.com/edwinm/Beautify/pull/2/files#diff-199 (193)
D geshi/geshi/make.php https://github.com/edwinm/Beautify/pull/2/files#diff-200 (151)
D geshi/geshi/mapbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-201 (908)
D geshi/geshi/matlab.php https://github.com/edwinm/Beautify/pull/2/files#diff-202 (227)
D geshi/geshi/mirc.php https://github.com/edwinm/Beautify/pull/2/files#diff-203 (171)
D geshi/geshi/mmix.php https://github.com/edwinm/Beautify/pull/2/files#diff-204 (173)
D geshi/geshi/modula2.php https://github.com/edwinm/Beautify/pull/2/files#diff-205 (136)
D geshi/geshi/modula3.php https://github.com/edwinm/Beautify/pull/2/files#diff-206 (135)
D geshi/geshi/mpasm.php https://github.com/edwinm/Beautify/pull/2/files#diff-207 (164)
D geshi/geshi/mxml.php https://github.com/edwinm/Beautify/pull/2/files#diff-208 (145)
D geshi/geshi/mysql.php https://github.com/edwinm/Beautify/pull/2/files#diff-209 (475)
D geshi/geshi/newlisp.php https://github.com/edwinm/Beautify/pull/2/files#diff-210 (191)
D geshi/geshi/nsis.php https://github.com/edwinm/Beautify/pull/2/files#diff-211 (351)
D geshi/geshi/oberon2.php https://github.com/edwinm/Beautify/pull/2/files#diff-212 (135)
D geshi/geshi/objc.php https://github.com/edwinm/Beautify/pull/2/files#diff-213 (358)
D geshi/geshi/objeck.php https://github.com/edwinm/Beautify/pull/2/files#diff-214 (116)
D geshi/geshi/ocaml-brief.php https://github.com/edwinm/Beautify/pull/2/files#diff-215 (112)
D geshi/geshi/ocaml.php https://github.com/edwinm/Beautify/pull/2/files#diff-216 (187)
D geshi/geshi/oobas.php https://github.com/edwinm/Beautify/pull/2/files#diff-217 (135)
D geshi/geshi/oracle11.php https://github.com/edwinm/Beautify/pull/2/files#diff-218 (614)
D geshi/geshi/oracle8.php https://github.com/edwinm/Beautify/pull/2/files#diff-219 (496)
D geshi/geshi/oxygene.php https://github.com/edwinm/Beautify/pull/2/files#diff-220 (152)
D geshi/geshi/oz.php https://github.com/edwinm/Beautify/pull/2/files#diff-221 (144)
D geshi/geshi/pascal.php https://github.com/edwinm/Beautify/pull/2/files#diff-222 (152)
D geshi/geshi/pcre.php https://github.com/edwinm/Beautify/pull/2/files#diff-223 (188)
D geshi/geshi/per.php https://github.com/edwinm/Beautify/pull/2/files#diff-224 (302)
D geshi/geshi/perl.php https://github.com/edwinm/Beautify/pull/2/files#diff-225 (213)
D geshi/geshi/perl6.php https://github.com/edwinm/Beautify/pull/2/files#diff-226 (197)
D geshi/geshi/pf.php https://github.com/edwinm/Beautify/pull/2/files#diff-227 (178)
D geshi/geshi/php-brief.php https://github.com/edwinm/Beautify/pull/2/files#diff-228 (222)
D geshi/geshi/php.php https://github.com/edwinm/Beautify/pull/2/files#diff-229 (1114)
D geshi/geshi/pic16.php https://github.com/edwinm/Beautify/pull/2/files#diff-230 (141)
D geshi/geshi/pike.php https://github.com/edwinm/Beautify/pull/2/files#diff-231 (103)
D geshi/geshi/pixelbender.php https://github.com/edwinm/Beautify/pull/2/files#diff-232 (176)
D geshi/geshi/pli.php https://github.com/edwinm/Beautify/pull/2/files#diff-233 (200)
D geshi/geshi/plsql.php https://github.com/edwinm/Beautify/pull/2/files#diff-234 (256)
D geshi/geshi/postgresql.php https://github.com/edwinm/Beautify/pull/2/files#diff-235 (288)
D geshi/geshi/povray.php https://github.com/edwinm/Beautify/pull/2/files#diff-236 (199)
D geshi/geshi/powerbuilder.php https://github.com/edwinm/Beautify/pull/2/files#diff-237 (418)
D geshi/geshi/powershell.php https://github.com/edwinm/Beautify/pull/2/files#diff-238 (277)
D geshi/geshi/proftpd.php https://github.com/edwinm/Beautify/pull/2/files#diff-239 (374)
D geshi/geshi/progress.php https://github.com/edwinm/Beautify/pull/2/files#diff-240 (485)
D geshi/geshi/prolog.php https://github.com/edwinm/Beautify/pull/2/files#diff-241 (143)
D geshi/geshi/properties.php https://github.com/edwinm/Beautify/pull/2/files#diff-242 (127)
D geshi/geshi/providex.php https://github.com/edwinm/Beautify/pull/2/files#diff-243 (299)
D geshi/geshi/purebasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-244 (303)
D geshi/geshi/pycon.php https://github.com/edwinm/Beautify/pull/2/files#diff-245 (64)
D geshi/geshi/python.php https://github.com/edwinm/Beautify/pull/2/files#diff-246 (244)
D geshi/geshi/q.php https://github.com/edwinm/Beautify/pull/2/files#diff-247 (149)
D geshi/geshi/qbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-248 (158)
D geshi/geshi/rails.php https://github.com/edwinm/Beautify/pull/2/files#diff-249 (406)
D geshi/geshi/rebol.php https://github.com/edwinm/Beautify/pull/2/files#diff-250 (196)
D geshi/geshi/reg.php https://github.com/edwinm/Beautify/pull/2/files#diff-251 (233)
D geshi/geshi/robots.php https://github.com/edwinm/Beautify/pull/2/files#diff-252 (100)
D geshi/geshi/rpmspec.php https://github.com/edwinm/Beautify/pull/2/files#diff-253 (133)
D geshi/geshi/rsplus.php https://github.com/edwinm/Beautify/pull/2/files#diff-254 (483)
D geshi/geshi/ruby.php https://github.com/edwinm/Beautify/pull/2/files#diff-255 (231)
D geshi/geshi/sas.php https://github.com/edwinm/Beautify/pull/2/files#diff-256 (290)
D geshi/geshi/scala.php https://github.com/edwinm/Beautify/pull/2/files#diff-257 (122)
D geshi/geshi/scheme.php https://github.com/edwinm/Beautify/pull/2/files#diff-258 (170)
D geshi/geshi/scilab.php https://github.com/edwinm/Beautify/pull/2/files#diff-259 (295)
D geshi/geshi/sdlbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-260 (165)
D geshi/geshi/smalltalk.php https://github.com/edwinm/Beautify/pull/2/files#diff-261 (154)
D geshi/geshi/smarty.php https://github.com/edwinm/Beautify/pull/2/files#diff-262 (192)
D geshi/geshi/sql.php https://github.com/edwinm/Beautify/pull/2/files#diff-263 (165)
D geshi/geshi/systemverilog.php https://github.com/edwinm/Beautify/pull/2/files#diff-264 (317)
D geshi/geshi/tcl.php https://github.com/edwinm/Beautify/pull/2/files#diff-265 (194)
D geshi/geshi/teraterm.php https://github.com/edwinm/Beautify/pull/2/files#diff-266 (354)
D geshi/geshi/text.php https://github.com/edwinm/Beautify/pull/2/files#diff-267 (84)
D geshi/geshi/thinbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-268 (868)
D geshi/geshi/tsql.php https://github.com/edwinm/Beautify/pull/2/files#diff-269 (375)
D geshi/geshi/typoscript.php https://github.com/edwinm/Beautify/pull/2/files#diff-270 (300)
D geshi/geshi/unicon.php https://github.com/edwinm/Beautify/pull/2/files#diff-271 (210)
D geshi/geshi/uscript.php https://github.com/edwinm/Beautify/pull/2/files#diff-272 (299)
D geshi/geshi/vala.php https://github.com/edwinm/Beautify/pull/2/files#diff-273 (151)
D geshi/geshi/vb.php https://github.com/edwinm/Beautify/pull/2/files#diff-274 (157)
D geshi/geshi/vbnet.php https://github.com/edwinm/Beautify/pull/2/files#diff-275 (201)
D geshi/geshi/verilog.php https://github.com/edwinm/Beautify/pull/2/files#diff-276 (173)
D geshi/geshi/vhdl.php https://github.com/edwinm/Beautify/pull/2/files#diff-277 (144)
D geshi/geshi/vim.php https://github.com/edwinm/Beautify/pull/2/files#diff-278 (420)
D geshi/geshi/visualfoxpro.php https://github.com/edwinm/Beautify/pull/2/files#diff-279 (456)
D geshi/geshi/visualprolog.php https://github.com/edwinm/Beautify/pull/2/files#diff-280 (129)
D geshi/geshi/whitespace.php https://github.com/edwinm/Beautify/pull/2/files#diff-281 (121)
D geshi/geshi/whois.php https://github.com/edwinm/Beautify/pull/2/files#diff-282 (181)
D geshi/geshi/winbatch.php https://github.com/edwinm/Beautify/pull/2/files#diff-283 (369)
D geshi/geshi/xbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-284 (143)
D geshi/geshi/xml.php https://github.com/edwinm/Beautify/pull/2/files#diff-285 (157)
D geshi/geshi/xorg_conf.php https://github.com/edwinm/Beautify/pull/2/files#diff-286 (124)
D geshi/geshi/xpp.php https://github.com/edwinm/Beautify/pull/2/files#diff-287 (436)
D geshi/geshi/yaml.php https://github.com/edwinm/Beautify/pull/2/files#diff-288 (150)
D geshi/geshi/z80.php https://github.com/edwinm/Beautify/pull/2/files#diff-289 (144)
D geshi/geshi/zxbasic.php https://github.com/edwinm/Beautify/pull/2/files#diff-290 (150)
Patch Links:https://github.com/edwinm/Beautify/pull/2.patch
https://github.com/edwinm/Beautify/pull/2.diff
Read my webdevelopment weblog http://www.bitstorm.org/ or follow me on twitter https://twitter.com/edwinmdev
Please, do merge this and create a packagist package.
This pull request makes the code much smaller and much more usable