summaryrefslogtreecommitdiffstats
path: root/kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc
diff options
context:
space:
mode:
Diffstat (limited to 'kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc')
-rw-r--r--kate/plugins/autobookmarker/tdetexteditor_autobookmarkerrc18
1 files changed, 18 insertions, 0 deletions
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+
+