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

« back to all changes in this revision

Viewing changes to data/filetypes.asm

  • 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:
26
26
 
27
27
 
28
28
[settings]
 
29
# default extension used when saving files
 
30
#extension=asm
 
31
 
29
32
# the following characters are these which a "word" can contains, see documentation
30
 
wordchars=_#&abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 
33
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
31
34
 
32
35
# if only single comment char is supported like # in this file, leave comment_close blank
33
36
comment_open=;
34
37
comment_close=
35
38
 
36
39
# set to false if a comment character/string should start at column 0 of a line, true uses any
37
 
# indention of the line, e.g. setting to true causes the following on pressing CTRL+d
 
40
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
38
41
        #command_example();
39
42
# setting to false would generate this
40
43
#       command_example();
41
44
# This setting works only for single line comments
42
45
comment_use_indent=true
43
46
 
 
47
# context action command (please see Geany's main documentation for details)
 
48
context_action_cmd=
 
49
 
44
50
[build_settings]
45
51
# %f will be replaced by the complete filename
46
52
# %e will be replaced by the filename without extension