diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kate/data/katefiletyperc | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
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
Diffstat (limited to 'kate/data/katefiletyperc')
-rw-r--r-- | kate/data/katefiletyperc | 34 |
1 files changed, 34 insertions, 0 deletions
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 |