1 # For complete documentation of this file, please see Geany's main documentation
3 # Edit these in the colorscheme .conf file instead
6 commentline=comment_line
7 commentblockdoc=comment_doc
8 commentlinedoc=comment_doc
18 bytestringraw=string_2
19 bytecharacter=character
21 identifier=identifier_1
27 # all items must be in one line
28 primary=alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self sizeof static struct super trait true type typeof unsafe unsized use virtual while yield
29 secondary=bool char f32 f64 i16 i32 i64 i8 int str u16 u32 u64 u8 uint
33 styling.within.preprocessor=1
34 lexer.cpp.track.preprocessor=0
37 # default extension used when saving files
41 mime_type=text/x-rustsrc
43 # single comments, like # in this file
49 # set to false if a comment character/string should start at column 0 of a line, true uses any
50 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
52 # setting to false would generate this
54 # This setting works only for single line comments
55 comment_use_indent=true
57 # context action command (please see Geany's main documentation for details)
62 # 0 is spaces, 1 is tabs, 2 is tab & spaces
66 # %f will be replaced by the complete filename
67 # %e will be replaced by the filename without extension
68 # (use only one of it at one time)
70 linker=rustc -o "%e" "%f"