~ubuntu-branches/ubuntu/utopic/geany/utopic

« back to all changes in this revision

Viewing changes to data/filetypes.php

  • 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:
12
12
# the following characters are these which a "word" can contains, see documentation
13
13
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
14
14
 
15
 
# if only single comment char is supported like # in this file, leave comment_close blank
16
15
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
 
16
# single comments, like # in this file
 
17
comment_single=//
 
18
# multiline comments
17
19
comment_open=/*
18
20
comment_close=*/
19
21
 
32
34
# unclosed tag will be automatically indented
33
35
xml_indent_tags=true
34
36
 
 
37
[indentation]
 
38
#width=4
 
39
# 0 is spaces, 1 is tabs, 2 is tab & spaces
 
40
#type=1
 
41
 
35
42
[build_settings]
36
43
# %f will be replaced by the complete filename
37
44
# %e will be replaced by the filename without extension