2008-09-26 12:23:59 +00:00
|
|
|
# For complete documentation of this file, please see Geany's main documentation
|
|
|
|
[styling]
|
2011-10-11 15:33:40 -07:00
|
|
|
# Edit these in the colorscheme .conf file instead
|
2011-10-10 20:35:05 -07:00
|
|
|
default=default
|
|
|
|
comment=comment
|
|
|
|
kword=keyword_1
|
|
|
|
operator=operator
|
|
|
|
basekword=keyword_2
|
|
|
|
otherkword=keyword_3
|
|
|
|
number=number_1
|
|
|
|
string=string_1
|
|
|
|
string2=string_2
|
|
|
|
identifier=identifier
|
|
|
|
infix=function
|
|
|
|
infixeol=function
|
2008-09-26 12:23:59 +00:00
|
|
|
|
|
|
|
[keywords]
|
|
|
|
# all items must be in one line
|
2014-05-20 02:56:14 +02:00
|
|
|
# use same keywords as in RStudio
|
|
|
|
# https://github.com/rstudio/rstudio/blob/master/src/gwt/acesupport/acemode/r_highlight_rules.js
|
|
|
|
primary=attach break detach else for function if in library new next repeat require return setClass setGeneric setGroupGeneric setMethod setRefClass source stop switch try tryCatch warning while
|
|
|
|
# use same buildinConstants as in RStudio
|
|
|
|
package=F FALSE Inf NA NA_integer_ NA_real_ NA_character_ NA_complex_ NaN NULL T TRUE
|
|
|
|
package_other=
|
2008-09-26 12:23:59 +00:00
|
|
|
|
|
|
|
[settings]
|
|
|
|
# default extension used when saving files
|
2010-10-20 16:15:39 +00:00
|
|
|
extension=R
|
2008-09-26 12:23:59 +00:00
|
|
|
|
|
|
|
# the following characters are these which a "word" can contains, see documentation
|
2014-05-20 02:56:14 +02:00
|
|
|
#wordchars=_.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2008-09-26 12:23:59 +00:00
|
|
|
|
2011-03-20 15:02:22 +00:00
|
|
|
# single comments, like # in this file
|
|
|
|
comment_single=#
|
|
|
|
# multiline comments
|
|
|
|
#comment_open=
|
|
|
|
#comment_close=
|
2008-09-26 12:23:59 +00:00
|
|
|
|
|
|
|
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
|
|
|
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
|
|
|
#command_example();
|
|
|
|
# setting to false would generate this
|
|
|
|
# command_example();
|
|
|
|
# This setting works only for single line comments
|
|
|
|
comment_use_indent=false
|
|
|
|
|
|
|
|
# context action command (please see Geany's main documentation for details)
|
|
|
|
context_action_cmd=
|
|
|
|
|
2011-08-25 20:14:17 +00:00
|
|
|
[indentation]
|
|
|
|
#width=4
|
|
|
|
# 0 is spaces, 1 is tabs, 2 is tab & spaces
|
|
|
|
#type=1
|
|
|
|
|