[DRE-commits] [ruby-org] 177/303: Support syntax highlight using Pygments (or Coderay) when available

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit df04769c00951b9c4c75832f0cd84ab1b8222d0e
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Sun Jul 8 14:52:21 2012 +0900

    Support syntax highlight using Pygments (or Coderay) when available
---
 History.txt      |    4 ++++
 README.rdoc      |    1 +
 announcement.txt |    3 ++-
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/History.txt b/History.txt
index a27e221..5416229 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,7 @@
+== 0.7.0 / 2012-07-08
+
+* Highlight source code blocks using Pygments or CodeRay when available
+
 == 0.6.4 / 2012-07-08
 
 * Fixed lists behavior when code fragments, tables and examples were present
diff --git a/README.rdoc b/README.rdoc
index 628b4d9..df2e816 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -17,6 +17,7 @@ extracting "content" from the orgfile as opposed to "metadata."
 * Supports bold, italic, underline, strikethrough, and code inline formatting.
 * Supports hyperlinks that are in double-brackets
 * Supports +.org+ views in Rails through Tilt.
+* Code syntax highlight of code blocks using Pygments.rb or Coderay when available
 * Upcoming: Handle export options specified in the org buffer.
 
 == SYNOPSIS:
diff --git a/announcement.txt b/announcement.txt
index 4ebaaa5..73d5fa5 100644
--- a/announcement.txt
+++ b/announcement.txt
@@ -1,4 +1,4 @@
-org-ruby version 0.6.4
+org-ruby version 0.7.0
     by Brian Dewey
     http://github.com/bdewey/org-ruby
 
@@ -9,6 +9,7 @@ significant thing this library does today is convert org-mode files to
 HTML or textile. 
 
 == CHANGES
+* Highlight source code blocks using Pygments or CodeRay when available
 * Fixed lists behavior when code fragments, tables and examples were present
 * Remove code tags with lang class and use instead src-:lang like org-exporter
 * Fixed property drawers to consider properties with hyphens like :noweb-ref:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list