Revision: 400 Author: eht16 Date: 2006-06-03 10:06:53 -0700 (Sat, 03 Jun 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=400&view=rev
Log Message: ----------- fixed typos
Modified Paths: -------------- trunk/data/filetypes.c Modified: trunk/data/filetypes.c =================================================================== --- trunk/data/filetypes.c 2006-06-03 15:05:41 UTC (rev 399) +++ trunk/data/filetypes.c 2006-06-03 17:06:53 UTC (rev 400) @@ -34,13 +34,13 @@ wordchars=_#&abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank -comment_open=/* -comment_close=*/ +comment_open=// +comment_close= # this is an alternative way, so multiline comments are used #comment_open=/* #comment_close=*/
-# set to false if a comment character/string should start a column 0 of a line, true uses any +# set to false if a comment character/string should start at column 0 of a line, true uses any # indention of the line, e.g. setting to true causes the following on pressing CTRL+d #command_example(); # setting to false would generate this
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.