Small NEWS udpate
[geany-mirror.git] / data / filetypes.r
blobbd10b974d1875d5306e299c00a4aa2064554d384
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # Edit these in the colorscheme .conf file instead
4 default=default
5 comment=comment
6 kword=keyword_1
7 operator=operator
8 basekword=keyword_2
9 otherkword=keyword_3
10 number=number_1
11 string=string_1
12 string2=string_2
13 identifier=identifier
14 infix=function
15 infixeol=function
17 [keywords]
18 # all items must be in one line
19 # use same keywords as in RStudio
20 # https://github.com/rstudio/rstudio/blob/master/src/gwt/acesupport/acemode/r_highlight_rules.js
21 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
22 # use same buildinConstants as in RStudio
23 package=F FALSE Inf NA NA_integer_ NA_real_ NA_character_ NA_complex_ NaN NULL T TRUE
24 package_other=
26 [settings]
27 # default extension used when saving files
28 extension=R
30 # the following characters are these which a "word" can contains, see documentation
31 #wordchars=_.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
33 # single comments, like # in this file
34 comment_single=#
35 # multiline comments
36 #comment_open=
37 #comment_close=
39 # set to false if a comment character/string should start at column 0 of a line, true uses any
40 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
41 #command_example();
42 # setting to false would generate this
43 # command_example();
44 # This setting works only for single line comments
45 comment_use_indent=false
47 # context action command (please see Geany's main documentation for details)
48 context_action_cmd=
50 [indentation]
51 #width=4
52 # 0 is spaces, 1 is tabs, 2 is tab & spaces
53 #type=1