From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- .../autobookmarker/tdetexteditor_autobookmarkerrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc (limited to 'kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc') diff --git a/kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc b/kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc new file mode 100644 index 000000000..3ed8fe8c5 --- /dev/null +++ b/kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc @@ -0,0 +1,18 @@ +[autobookmark0] +filemask=*.pl;*.pm +flags=1 +mimemask=text/x-perl +pattern=sub \\w+ + +[autobookmark1] +filemask=*.hh;*.h +flags=1 +mimemask=text/x-c++hdr +pattern=^class\\s+[^;]+$ + +[autobookmark2] +filemask=*.js;*.html;*.HTML;*.htm;*.HTM;*.xhtml;*.asp +flags=1 +mimemask=application/x-javascript;text/html +pattern=\\s*function\\s+\\w+ + -- cgit v1.2.1