fixed typos
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@400 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
2d213b1f3e
commit
11e0d3933a
@ -34,13 +34,13 @@ docComment=TODO FIXME
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user