Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Added support for the following extensions:
Browse files Browse the repository at this point in the history
conf, haml, install, inc, make, module, less, profile, rake, sass, scss
  • Loading branch information
BrianGilbert committed Jul 12, 2012
1 parent 6116242 commit 0ef4de2
Show file tree
Hide file tree
Showing 224 changed files with 17,690 additions and 1 deletion.
71 changes: 71 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
QLColorCode-extra Changelog:

2.0.2.0.1:
* Renamed Readme.txt to README.md
* Added following extensions for syntax highlighting:
conf, haml, install, inc, make, module, less, profile, rake, sass, scss

QLColorCode Changelog:

2.0.2:
* Modified ReadMe.txt to include the latest info on the Xcode 3.2 conflict
* Include a link to Andre Simon's page with previews of color styles

2.0.1:
* Corrected build of Highlight to run on Leopard.
* Stop redirecting stdout of colorize.sh to stdin. Error output will appear
in the console instead of the preview.
* Added qlcc_debug option. To enable, use:
defaults write org.n8gray.qlcolorcode qlcc_debug 1
To disable, use:
defaults delete org.n8gray.qlcolorcode qlcc_debug

2.0:
* Added a note about conflict with Xcode 3.2's source code QL plugin. If
you're having problems with QLCC on Snow Leopard please read it!
* Fixed a bug that caused QLCC to fail on files whose names contained '%'.
* Added support for Scala, Groovy, Interactive Data Language, and Coldfusion
* Upgrade highlight from 2.6.6 to 2.12 -- This was long overdue. It's nice
not to have to patch highlight anymore!
* Removed customized .css language definition -- it was fixed upstream.
* Build for x86_64 in addition to i386 and ppc

1.1:
* Enabled "safe" plain-text handling. In other words, files like foo.txt
will be supported, but not files without extensions. The only way to
handle extensionless files is to handle *everything*. This can be done,
but it requires a more defensive style of operation.
* Added support for "textEncoding" option to set encoding for highlight
portion of renderer, with default UTF-8.
* Added support for "webkitTextEncoding" option to set encoding for webkit
portion of renderer, with default UTF-8.
* Added support for .cs, .el, .jnlp (xml), .e (eiffel), and .vb
* Fixed support for verilog files

1.0:
* Hopefully fixed the crasher bug by keeping us single-threaded
* Added Actionscript, Lisp, IDL, Verilog, VHDL, XHTML (any others I forgot?)
* Added .cls and .sty as LaTeX extensions
* Added maxFileSize option to keep us from hanging on huge files.

0.4:
* Added Tcl, Lua, and JSP support
* Can now configure appearance with "defaults write org.n8gray.QLColorCode ..." commands
* Improved OCaml, C/C++ and Obj-C modes.

0.3:
* Ensure highlight is compiled as a universal binary
* If highlight fails to colorize a file render it as plain text
* Added .command as an alternate extension for shell scripts
* Added .mll and .mly extensions for OCaml
* Include customized .css and .c language definition files
* Created a slateGreen theme that matches my editor colors. :-)

0.2:
* Switched from Pygments to Highlight. This should increase speed *and* language coverage.
* Added thumbnailing support
* Changed .tex UTI to agree with TeXShop's.
* (Try to) let the system pick a different plugin if ours fails
* Added UTIs for .css, .sql, .erl, and .sml

0.1: Initial release
339 changes: 339 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 0ef4de2

Please sign in to comment.