From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/data/katefiletyperc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 kate/data/katefiletyperc (limited to 'kate/data/katefiletyperc') diff --git a/kate/data/katefiletyperc b/kate/data/katefiletyperc new file mode 100644 index 000000000..c9490d23b --- /dev/null +++ b/kate/data/katefiletyperc @@ -0,0 +1,34 @@ +[Docbook] +Mimetypes=text/docbook +Priority=10 +Section=Markup +Variables=kate: indent-mode none; encoding utf-8; +Wildcards=*.docbook + +[GNU Gettext] +Mimetypes=application/x-gettext +Priority=1 +Section=Markup +Variables=kate: encoding utf-8; +Wildcards=*.po;*.pot + +[Makefiles] +Mimetypes=text/x-makefile +Priority=5 +Section=Other +Variables=kate: space-indent off; indent-width 8; replace-tabs off; replace-tabs-save off; +Wildcards=*Makefile*;*makefile* + +[Python] +Mimetypes=application/x-python +Priority=1 +Section=Scripts +Variables=kate: indent-mode python; +Wildcards=*.py + +[XML] +Mimetypes=application/mathml+xml;application/smil;application/vnd.mozilla.xul+xml;application/x-designer;application/x-kugar;application/x-uml;application/xhtml+xml;text/mrml;text/rdf;text/sgml;text/vnd.wap.wml;text/xml;image/svg+xml +Priority=1 +Section=Markup +Variables=kate: indent-mode xml; +Wildcards=*.mml;*.MML;*.smil;*.smi;*.xul;*.XUL;*.ui;*.kud;*.xmi;*.XMI;*.xmi.tgz;*.xmi.tar.bz2;*.mrml;*.MRML;*.rdf;*.RDF;*.sgml;*.SGML;*.wml;*.WML;*.xml;*.XML;*.xsd;*ui.rc;*.svg -- cgit v1.2.1