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

« back to all changes in this revision

Viewing changes to data/filetypes.cpp

  • 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:
33
33
 
34
34
[lexer_properties]
35
35
styling.within.preprocessor=1
 
36
lexer.cpp.track.preprocessor=0
36
37
preprocessor.symbol.$(file.patterns.cpp)=#
37
38
preprocessor.start.$(file.patterns.cpp)=if ifdef ifndef
38
39
preprocessor.middle.$(file.patterns.cpp)=else elif
47
48
# the following characters are these which a "word" can contains, see documentation
48
49
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
49
50
 
50
 
# if only single comment char is supported like # in this file, leave comment_close blank
51
 
comment_open=//
52
 
comment_close=
53
 
# this is an alternative way, so multiline comments are used
54
 
#comment_open=/*
55
 
#comment_close=*/
 
51
# single comments, like # in this file
 
52
comment_single=//
 
53
# multiline comments
 
54
comment_open=/*
 
55
comment_close=*/
56
56
 
57
57
# set to false if a comment character/string should start at column 0 of a line, true uses any
58
58
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
65
65
# context action command (please see Geany's main documentation for details)
66
66
context_action_cmd=
67
67
 
 
68
[indentation]
 
69
#width=4
 
70
# 0 is spaces, 1 is tabs, 2 is tab & spaces
 
71
#type=1
 
72
 
68
73
[build_settings]
69
74
# %f will be replaced by the complete filename
70
75
# %e will be replaced by the filename without extension