Update HACKING for changed doc generation instructions
[geany-mirror.git] / data / filetypes.vhdl
blobb98aaba2cddb0011508db4d22d5b3434707ab715
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 comment_line_bang=comment_line
7 number=number_1
8 string=string_1
9 operator=operator
10 identifier=identifier_1
11 stringeol=string_eol
12 keyword=keyword_1
13 stdoperator=operator
14 attribute=attribute
15 stdfunction=function
16 stdpackage=preprocessor
17 stdtype=type
18 userword=keyword_2
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 # MIME type
35 mime_type=text/x-vhdl
37 # the following characters are these which a "word" can contains, see documentation
38 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
40 # single comments, like # in this file
41 comment_single=--
42 # multiline comments
43 #comment_open=
44 #comment_close=
46 # set to false if a comment character/string should start at column 0 of a line, true uses any
47 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
48         #command_example();
49 # setting to false would generate this
50 #       command_example();
51 # This setting works only for single line comments
52 comment_use_indent=true
54 # context action command (please see Geany's main documentation for details)
55 context_action_cmd=
57 [indentation]
58 #width=4
59 # 0 is spaces, 1 is tabs, 2 is tab & spaces
60 #type=1