~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to data/filetypes.docbook

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-12-10 07:43:26 UTC
  • mfrom: (3.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20111210074326-s8yqbew5i20h33tf
Tags: 0.21-1ubuntu1
* Merge from Debian Unstable, remaining changes:
  - debian/patches/20_use_evince_viewer.patch:
     + use evince as viewer for pdf and dvi files
  - debian/patches/20_use_x_terminal_emulator.patch:
     + use x-terminal-emulator as terminal
  - debian/control
     + Add breaks on geany-plugins-common << 0.20
* Also fixes bugs:
  - Filter for MATLAB/Octave files filters everythign (LP: 885505)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
# the following characters are these which a "word" can contains, see documentation
48
48
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
49
49
 
50
 
# if only single comment char is supported like # in this file, leave comment_close blank
 
50
# single comments, like # in this file
 
51
#comment_single=
 
52
# multiline comments
51
53
comment_open=<!--
52
54
comment_close=-->
53
55
 
65
67
# if this setting is set to true, a new line after a line ending with an
66
68
# unclosed tag will be automatically indented
67
69
xml_indent_tags=true
 
70
 
 
71
[indentation]
 
72
#width=4
 
73
# 0 is spaces, 1 is tabs, 2 is tab & spaces
 
74
#type=1