~ubuntu-branches/ubuntu/wily/geany/wily-proposed

« back to all changes in this revision

Viewing changes to data/filetypes.conf

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov
  • Date: 2011-11-17 12:59:57 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111117125957-nv48s8qkd2clcmr1
Tags: 0.21-1
* Imported Upstream version 0.21
* Refresh filetypes patch against 0.21
* Fix Description (thanks lintian!)
* Standards-Version: 3.9.2
* dpatch → 3.0 (quilt)
* Switch to new dh-style debian/rules
* Add a patch to search for plugins in both, multiarch and
  non-multiarch folders
* Add misc:Pre-Depends to Pre-Depends for multiarch
* Generate geany:Provides with GEANY_ABI_VERSION and GEANY_API_VERSION
* Split arch independent parts into geany-common
* Set maintainer to pkg-geany
* Set Vcs-* headers for pkg-geany
* Drop README.source, we're using standard 3.0 quilt now

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# the following characters are these which a "word" can contains, see documentation
21
21
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
22
22
 
23
 
# if only single comment char is supported like # in this file, leave comment_close blank
24
 
comment_open=#
25
 
comment_close=
 
23
# single comments, like # in this file
 
24
comment_single=#
 
25
# multiline comments
 
26
#comment_open=
 
27
#comment_close=
26
28
 
27
29
# set to false if a comment character/string should start at column 0 of a line, true uses any
28
30
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
34
36
 
35
37
# context action command (please see Geany's main documentation for details)
36
38
context_action_cmd=
 
39
 
 
40
[indentation]
 
41
#width=4
 
42
# 0 is spaces, 1 is tabs, 2 is tab & spaces
 
43
#type=1