~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to data/filetypes.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
commentdockeyword=commentdoc,bold,italic
24
24
commentdockeyworderror=commentdoc
25
25
globalclass=type
26
 
# whether arguments of preprocessor commands should be styled (only first argument is used)
27
 
# 1 to enable, 0 to disable
28
 
styling_within_preprocessor=1;0;false;false
29
26
 
30
27
[keywords]
31
28
# all items must be in one line
34
31
# these are some doxygen keywords (incomplete)
35
32
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
36
33
 
 
34
[lexer_properties]
 
35
styling.within.preprocessor=1
 
36
preprocessor.symbol.$(file.patterns.cpp)=#
 
37
preprocessor.start.$(file.patterns.cpp)=if
 
38
preprocessor.middle.$(file.patterns.cpp)=else elif
 
39
preprocessor.end.$(file.patterns.cpp)=endif
 
40
 
37
41
[settings]
 
42
lexer_filetype=C
 
43
 
38
44
# default extension used when saving files
39
45
#extension=cs
40
46