Fix search_find_text not returning -1 when match is out of range.
[geany-mirror.git] / data / filetypes.Genie.conf
blob2d54b9d0189cc07e1be48e536c6f95cd9351cd90
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=default
5 comment=comment
6 commentline=comment
7 commentdoc=commentdoc
8 number=number
9 word=word
10 word2=word2
11 string=string
12 character=string
13 uuid=0x404080
14 preprocessor=preprocessor
15 operator=operator
16 identifier=default
17 stringeol=stringeol
18 # @"verbatim"
19 verbatim=0x101030
20 # (/regex/)
21 regex=0x105090
22 commentlinedoc=commentdoc,bold
23 commentdockeyword=commentdoc,bold,italic
24 commentdockeyworderror=commentdoc
25 globalclass=type
27 [keywords]
28 # all items must be in one line
29 primary=abstract and array as assert async bool break byte case cast char class const construct continue date datetime decimal dedent def default delegate delete dict div do double downto dynamic else ensures enum errordomain event except exception extern false final finally float for foreach get hash identifier if implements implements in init inline int int16 int32 int64 int8 interface internal is isa list lock long max min namespace namespace new not null object of or otherwise out override owned params pass print private prop protected public raise raises readonly ref requires return sbyte self set short single sizeof size_t ssize_t static string struct super to true try typeof uint uint32 uint64 uint8 ulong unichar unit16 unless unowned uses uses ushort var virtual void volatile weak when while writeonly yield
30 #secondary=
31 # these are some doxygen keywords (incomplete)
32 docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
34 [settings]
35 # Vala uses the C lexer
36 lexer_filetype=C
37 tag_parser=Python
39 # default extension used when saving files
40 extension=gs
42 # the following characters are these which a "word" can contains, see documentation
43 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
45 # if only single comment char is supported like # in this file, leave comment_close blank
46 #comment_open=//
47 #comment_close=
48 # this is an alternative way, so multiline comments are used
49 comment_open=/*
50 comment_close=*/
52 [build-menu]
53 FT_00_LB=_Compile
54 FT_00_CM=valac -c "%f"
55 FT_00_WD=
56 FT_01_LB=_Build
57 FT_01_CM=valac "%f"
58 FT_01_WD=