Bump API version for new plugin entry points (oops)
[geany-mirror.git] / data / filetypes.Graphviz.conf
blob92ab9a47778e783f82ed12f962a9691fa2e8efd1
1 # For complete documentation of this file, please see Geany's main documentation
2 [styling=C]
4 [keywords]
5 # all items must be in one line
6 primary=digraph graph node edge subgraph strict
7 secondary=Damping K URL area arrowhead arrowsize arrowtail aspect bb bgcolor colorList center charset clusterrank color colorList colorscheme comment compound concentrate constraint decorate defaultdist dim dimen dir diredgeconstraints distortion dpi edgeURL edgehref edgetarget edgetooltip epsilon esep fillcolor colorList fixedsize fontcolor fontname fontnames fontpath fontsize forcelabels gradientangle group headURL head_lp headclip headhref headlabel headport headtarget headtooltip height href id image imagepath imagescale label labelURL label_scheme labelangle labeldistance labelfloat labelfontcolor labelfontname labelfontsize labelhref labeljust labelloc labeltarget labeltooltip landscape layer layerlistsep layers layerselect layersep layout len levels levelsgap lhead lheight lp ltail lwidth margin maxiter mclimit mindist minlen mode model mosek nodesep nojustify normalize nslimit  nslimit1 ordering orientation orientation outputorder overlap overlap_scaling pack packmode pad point page point pagedir pencolor penwidth peripheries pin pos splineType quadtree quantum rank rankdir ranksep ratio rects regular remincross repulsiveforce resolution root rotate rotation samehead sametail samplepoints scale searchsize sep shape shapefile showboxes sides size skew smoothing sortv splines start style stylesheet tailURL tail_lp tailclip tailhref taillabel tailport tailtarget tailtooltip target tooltip truecolor vertices viewport voro_margin weight width xlabel xlp z
9 # these are the Doxygen keywords
10 docComment=
11 [lexer_properties]
12 styling.within.preprocessor=0
13 lexer.cpp.track.preprocessor=0
14 preprocessor.symbol.$(file.patterns.cpp)=#
16 [settings]
17 lexer_filetype=C
18 # default extension used when saving files
19 extension=gv
21 # MIME type
22 mime_type=text/vnd.graphviz
24 # the following characters are these which a "word" can contains, see documentation
25 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
27 # single comments, like # in this file
28 comment_single=//
29 # multiline comments
30 comment_open=/*
31 comment_close=*/
33 # set to false if a comment character/string should start at column 0 of a line, true uses any
34 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
35         #command_example();
36 # setting to false would generate this
37 #       command_example();
38 # This setting works only for single line comments
39 comment_use_indent=true
41 # context action command (please see Geany's main documentation for details)
42 context_action_cmd=
44 [indentation]
45 #width=4
46 # 0 is spaces, 1 is tabs, 2 is tab & spaces
47 #type=1
49 [build-menu]
50 FT_00_LB=Graphviz -> _SVG
51 FT_00_CM=dot -Tsvg -O  "%f"
52 FT_00_BD=false
53 FT_01_LB=Graphviz -> _EPS
54 FT_01_CM=dot -Teps -O  "%f"
55 FT_01_BD=false
56 EX_00_LB=V_iew SVG File
57 EX_00_CM=exo-open "%f.svg"
58 EX_00_BD=false
59 EX_01_LB=_View EPS File
60 EX_01_CM=exo-open "%f.eps"
61 EX_01_BD=false