forked from BruceDLong/CodeDog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfiletypes.dog.conf
More file actions
45 lines (38 loc) · 1.57 KB
/
filetypes.dog.conf
File metadata and controls
45 lines (38 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# For complete documentation of this file, please see Geany's main documentation
[styling=C]
[keywords]
# all items must be in one line
primary=Forward Backward Preorder Inorder Postorder BreadthFirst auto break bool case char and or const me my our their we itr withEach print while in RANGE continue do double else but flag mode float for if uint32 int32 uint64 int64 model struct string int uint long return switch typedef void false NULL true List Opt Map inherits implements
secondary=Title BuildCmd FileName Version CopyrightMesg Authors Description LicenseText featuresNeeded runCode CPU Lang optimize IncludePlatform Singlefile Realtime noWorstCase codeGenStyle RamAvailable CPU-Feature CPU-Version Rebug Release bits32 bits64 L1Cache L2Cache LittleEndian BigEndian Memory Speed Power ProgramOrLibrary TestSpec
[settings]
lexer_filetype=C
# default extension used when saving files
extension=dog
mime_type=text/x-csrc
comment_single=//
# multiline comments
comment_open=/*
comment_close=*/
comment_use_indent=true
# context action command (please see Geany's main documentation for details)
context_action_cmd=
[indentation]
width=4
# 0 is spaces, 1 is tabs, 2 is tab & spaces
type=2
[build-menu]
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
FT_00_LB=_Compile
FT_00_CM=python codeDog "%f"
FT_00_WD=
FT_01_LB=_Build
FT_01_CM=python codeDog "%f"
FT_01_WD=
FT_02_LB=_Lint
FT_02_CM=cppcheck --language=c --enable=warning,style --template=gcc "%f"
FT_02_WD=
EX_00_LB=_Execute
EX_00_CM="./%e"
EX_00_WD=