~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to data/filetypes.html

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
 
6
6
[settings]
 
7
# default extension used when saving files
 
8
#extension=html
 
9
 
7
10
# the following characters are these which a "word" can contains, see documentation
8
 
wordchars=_#&abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
11
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
9
12
 
10
13
# if only single comment char is supported like # in this file, leave comment_close blank
11
14
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
13
16
comment_close=-->
14
17
 
15
18
# set to false if a comment character/string should start at column 0 of a line, true uses any
16
 
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
 
19
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
17
20
        #command_example();
18
21
# setting to false would generate this
19
22
#       command_example();
20
23
# This setting works only for single line comments
21
24
comment_use_indent=true
22
25
 
 
26
# context action command (please see Geany's main documentation for details)
 
27
context_action_cmd=
 
28
 
23
29
[build_settings]
24
30
# %f will be replaced by the complete filename
25
31
# %e will be replaced by the filename without extension