]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 27 Jun 2006 00:39:42 +0000 (00:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 27 Jun 2006 00:39:42 +0000 (00:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3685 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/syntax/ruby.nanorc

index 74d322deb9a06df7a0e3d3be76d08f4d038e2fd4..659d282672840ff1c5f75dcc180e8a52068e1818 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ CVS code -
 - doc/syntax/c.nanorc:
        - Since .i and .ii are preprocessed C and C++ output, colorize
          them here. (Mike Frysinger)
+- doc/syntax/ruby.nanorc:
+       - Add missing blank line after the first comment, for
+         consistency. (DLR)
 
 GNU nano 1.3.12 - 2006.06.26
 - General:
index 7b16b65336ac021823a90fce603f0890e89c79f7..9eaf4ba2134c4a8a7b08e17c4ddc480e872681c8 100644 (file)
@@ -1,4 +1,5 @@
 ## Here is an example for Ruby.
+##
 syntax "ruby" "\.rb$"
 ## Asciibetical list of reserved words
 color yellow "\<(BEGIN|END|alias|and|begin|break|case|class|def|defined\?|do|else|elsif|end|ensure|false|for|if|in|module|next|nil|not|or|redo|rescue|retry|return|self|super|then|true|undef|unless|until|when|while|yield)\>"