geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

filetypes.d
Go to the documentation of this file.
1# For complete documentation of this file, please see Geany's main documentation
3# Edit these in the colorscheme .conf file instead
4default=default
5comment=comment
6commentline=comment_line
7commentdoc=comment_doc
8commentnested=comment
9number=number_1
10word=keyword_1
11word2=keyword_2
12word3=keyword_3
13typedef=type
14string=string_1
15stringeol=string_eol
16character=character
17operator=operator
18identifier=identifier_1
19commentlinedoc=comment_line_doc
20commentdockeyword=comment_doc_keyword
21commentdockeyworderror=comment_doc_keyword_error
22
23[keywords]
24# all items must be in one line
25primary=__FILE__ __MODULE__ __LINE__ __FUNCTION__ __PRETTY_FUNCTION__ __gshared __traits __vector __parameters __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__ abstract alias align asm assert auto body bool break byte case cast catch cdouble cent cfloat char class const continue creal dchar debug default delegate delete deprecated do double else enum export extern false final finally float for foreach foreach_reverse function goto idouble if ifloat immutable import in inout int interface invariant ireal is lazy long macro mixin module new nothrow null out override package pragma private protected public pure real ref return scope shared short static struct super switch synchronized template this throw true try typedef typeid typeof ubyte ucent uint ulong union unittest ushort version void volatile wchar while with
26secondary=
27# documentation keywords for D, currently not working
28docComment=Authors Bugs Copyright Date Deprecated Examples History License Macros Params Returns See_Also Standards Throws Version
29types=
30
31[lexer_properties]
32fold.d.comment.explicit=0
33
35# default extension used when saving files
36extension=d
37
38# MIME type
39mime_type=text/x-dsrc
40
41# the following characters are these which a "word" can contains, see documentation
42#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
43
44# single comments, like # in this file
46# multiline comments
47comment_open=/*
48comment_close=*/
49# or alternatively
50#comment_open=/+
51#comment_close=+/
52
53# set to false if a comment character/string should start at column 0 of a line, true uses any
54# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
55 #command_example();
56# setting to false would generate this
57# command_example();
58# This setting works only for single line comments
60
61# context action command (please see Geany's main documentation for details)
62context_action_cmd=
63
65#width=4
66# 0 is spaces, 1 is tabs, 2 is tab & spaces
67#type=1
68
69[build_settings]
70# %f will be replaced by the complete filename
71# %e will be replaced by the filename without extension
72# (use only one of it at one time)
73compiler=dmd -w -c "%f"
74linker=dmd -w -of"%e" "%f"
75# you can also use the gdc compiler, please use the "gdmd" wrapper script(included with gdc)
76#compiler=gdmd -w -c "%f"
77#linker=gdmd -w -of"%e" "%f"
78
79run_cmd="./%e"
80
81
gchar * text
Definition: editor.c:83
primary
Definition: filetypes.cpp:6
currently not working see documentation true uses any is is tab &spaces[build_settings] compiler
Definition: filetypes.d:73
currently not working see documentation comment_single
Definition: filetypes.d:45
currently not working see documentation true uses any comment_use_indent
Definition: filetypes.d:59
currently not working docComment
Definition: filetypes.d:28
default
Definition: filetypes.d:4
static vString * scope
Definition: geany_go.c:78
GeanyLexerStyle styling[GCS_MAX]
Definition: highlighting.c:104
static GtkPrintSettings * settings
Definition: printing.c:82
static GeanyIndentPrefs indentation
Definition: project.c:57
if(!stash_group_load_from_file(group, filename)) g_warning(_("Could not load keyfile %s!")