SF.net SVN: geany:[4511] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Dec 29 18:40:39 UTC 2009


Revision: 4511
          http://geany.svn.sourceforge.net/geany/?rev=4511&view=rev
Author:   eht16
Date:     2009-12-29 18:40:39 +0000 (Tue, 29 Dec 2009)

Log Message:
-----------
Add the default comment character sequence for reStructuredText.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.restructuredtext

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-12-29 18:37:47 UTC (rev 4510)
+++ trunk/ChangeLog	2009-12-29 18:40:39 UTC (rev 4511)
@@ -11,6 +11,8 @@
    Rewrite and extend the Python tags parsing script to use
    Python's inspect module to read symbols from Python modules
    including scope information.
+ * data/filetypes.restructuredtext:
+   Add the default comment character sequence for reStructuredText.
 
 
 2009-12-26  Frank Lanitz  <frank at frank.uvena.de>

Modified: trunk/data/filetypes.restructuredtext
===================================================================
--- trunk/data/filetypes.restructuredtext	2009-12-29 18:37:47 UTC (rev 4510)
+++ trunk/data/filetypes.restructuredtext	2009-12-29 18:40:39 UTC (rev 4511)
@@ -10,7 +10,7 @@
 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
 # if only single comment char is supported like # in this file, leave comment_close blank
-#comment_open=#
+comment_open=.. 
 #comment_close=
 # this is an alternative way, so multiline comments are used
 #comment_open=/*


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list