Fix search_find_text not returning -1 when match is out of range.
[geany-mirror.git] / data / filetypes.vhdl
blob348ab290866ff61b40e2daf5ac668769db01a50f
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling]
3 # foreground;background;bold;italic
4 default=0x000000;0xffffff;false;false
5 comment=0xd00000;0xffffff;false;false
6 comment_line_bang=0x3f5fbf;0xffffff;false;false;
7 number=0x007f00;0xffffff;false;false
8 string=0xff901e;0xffffff;false;false
9 operator=0x301010;0xffffff;false;false
10 identifier=0x000000;0xffffff;false;false
11 stringeol=0x000000;0xe0c0e0;false;false
12 keyword=0x001a7f;0xffffff;true;false
13 stdoperator=0x007f7f;0xffffff;false;false
14 attribute=0x804020;0xffffff;false;false
15 stdfunction=0x808020;0xffffff;true;false
16 stdpackage=0x208020;0xffffff;false;false
17 stdtype=0x208080;0xffffff;false;false
18 userword=0x804020;0xffffff;true;false
20 [keywords]
21 # all items must be in one line
22 keywords=access after alias all architecture array assert attribute begin block body buffer bus case component configuration constant disconnect downto else elsif end entity exit file for function generate generic group guarded if impure in inertial inout is label library linkage literal loop map new next null of on open others out package port postponed procedure process pure range record register reject report return select severity shared signal subtype then to transport type unaffected units until use variable wait when while with
23 operators=abs and mod nand nor not or rem rol ror sla sll sra srl xnor xor
24 attributes=left right low high ascending image value pos val succ pred leftof rightof base range reverse_range length delayed stable quiet transaction event active last_event last_active last_value driving driving_value simple_name path_name instance_name
25 std_functions=now readline read writeline write endfile resolved to_bit to_bitvector to_stdulogic to_stdlogicvector to_stdulogicvector to_x01 to_x01z to_UX01 rising_edge falling_edge is_x shift_left shift_right rotate_left rotate_right resize to_integer to_unsigned to_signed std_match to_01
26 std_packages=std ieee work standard textio std_logic_1164 std_logic_arith std_logic_misc std_logic_signed std_logic_textio std_logic_unsigned numeric_bit numeric_std math_complex math_real vital_primitives vital_timing
27 std_types=boolean bit character severity_level integer real time delay_length natural positive string bit_vector file_open_kind file_open_status line text side width std_ulogic std_ulogic_vector std_logic std_logic_vector X01 X01Z UX01 UX01Z unsigned signed
28 userwords=
30 [settings]
31 # default extension used when saving files
32 #extension=vhd
34 # the following characters are these which a "word" can contains, see documentation
35 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
37 # if only single comment char is supported like # in this file, leave comment_close blank
38 comment_open=--
39 comment_close=
41 # set to false if a comment character/string should start at column 0 of a line, true uses any
42 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
43         #command_example();
44 # setting to false would generate this
45 #       command_example();
46 # This setting works only for single line comments
47 comment_use_indent=true
49 # context action command (please see Geany's main documentation for details)
50 context_action_cmd=