~ubuntu-branches/ubuntu/trusty/kate/trusty-proposed

« back to all changes in this revision

Viewing changes to part/syntax/data/cpp.xml

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2014-06-18 12:46:25 UTC
  • mfrom: (1.1.47)
  • Revision ID: package-import@ubuntu.com-20140618124625-wwaet26w2y8463xh
Tags: 4:4.13.2-0ubuntu0.1
New upstream bugfix release (LP: #1327591)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
<language
12
12
    name="C++"
13
13
    section="Sources"
14
 
    version="2.1"
 
14
    version="2.2"
15
15
    kateversion="2.4"
16
16
    indenter="cstyle"
 
17
    style="C++"
17
18
    mimetype="text/x-c++src;text/x-c++hdr;text/x-chdr"
18
19
    extensions="*.c++;*.cxx;*.cpp;*.cc;*.C;*.h;*.hh;*.H;*.h++;*.hxx;*.hpp;*.hcc;*.moc"
19
20
    author="Alex Turbov (i.zaufi@gmail.com)"