1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 4 This file is part of GtkSourceView 5 6 Authors: Marco Barisione, Emanuele Aina 7 Copyright (C) 2005-2007 Marco Barisione <barisione@gmail.com> 8 Copyright (C) 2005-2007 Emanuele Aina 9 10 GtkSourceView is free software; you can redistribute it and/or 11 modify it under the terms of the GNU Lesser General Public 12 License as published by the Free Software Foundation; either 13 version 2.1 of the License, or (at your option) any later version. 14 15 GtkSourceView is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 Lesser General Public License for more details. 19 20 You should have received a copy of the GNU Lesser General Public License 21 along with this library; if not, see <http://www.gnu.org/licenses/>. 22 23--> 24<language id="cpphdr" _name="C++ Header" version="2.0" _section="Source"> 25 <metadata> 26 <property name="mimetypes">text/x-c++hdr</property> 27 <property name="globs">*.hh;*.hp;*.hpp;*.h++</property> 28 <property name="line-comment-start">//</property> 29 <property name="block-comment-start">/*</property> 30 <property name="block-comment-end">*/</property> 31 </metadata> 32 33 <definitions> 34 <context id="cpphdr"> 35 <include> 36 <context ref="cpp:cpp-proper"/> 37 <context ref="c:c"/> 38 </include> 39 </context> 40 </definitions> 41</language> 42