filetypes.forth 1.46 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# For complete documentation of this file, please see Geany's main documentation
[styling]
# foreground;background;bold;italic
default=default
comment=commentdoc
commentml=comment
identifier=default
control=0x301010;0xffffff;true;false
keyword=0x301060;0xffffff;true;false
defword=0x000080;;false;true
preword1=0x000000;0xe0c0e0;false;false
preword2=0xaaaaaa;0xffffff;false;true
number=0x007f00;0xffffff;false;false
string=string
locale=0xff0000;0xffffff;false;true

[keywords]
# all items must be in one line
primary=ABORT EXIT DO LOOP UNLOOP BEGIN UNTIL WHILE REPEAT EXIT IF ELSE THEN CASE ENDCASE OF ENDOF


[settings]
# default extension used when saving files
24
extension=fs
25 26 27 28

# the following characters are these which a "word" can contains, see documentation
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789

29 30 31
# single comments, like # in this file
comment_single=\\ 
# multiline comments
32
comment_open=(
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
comment_close= )

# comment_open=\
# comment_close=

# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
	#command_example();
# setting to false would generate this
#	command_example();
# This setting works only for single line comments
comment_use_indent=true

# context action command (please see Geany's main documentation for details)
context_action_cmd=
48 49 50 51 52

[indentation]
#width=4
# 0 is spaces, 1 is tabs, 2 is tab & spaces
#type=1