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

« back to all changes in this revision

Viewing changes to data/filetypes.java

  • 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:
25
25
globalclass=type
26
26
 
27
27
[keywords]
28
 
primary=abstract assert break case catch class const continue default do else extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null
 
28
primary=abstract assert break case catch class const continue default do else enum extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null
29
29
secondary=boolean byte char double float int long short void
30
30
# documentation keywords for javadoc
31
31
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
39
39
# the following characters are these which a "word" can contains, see documentation
40
40
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
41
41
 
42
 
# if only single comment char is supported like # in this file, leave comment_close blank
 
42
# single comments, like # in this file
 
43
comment_single=//
 
44
# multiline comments
43
45
comment_open=/*
44
46
comment_close=*/
45
47
 
54
56
# context action command (please see Geany's main documentation for details)
55
57
context_action_cmd=
56
58
 
 
59
[indentation]
 
60
#width=4
 
61
# 0 is spaces, 1 is tabs, 2 is tab & spaces
 
62
#type=1
 
63
 
57
64
 
58
65
[build_settings]
59
66
# %f will be replaced by the complete filename