diff options
Diffstat (limited to 'kate/plugins/autobookmarker/ktexteditor_autobookmarkerrc')
-rw-r--r-- | kate/plugins/autobookmarker/ktexteditor_autobookmarkerrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kate/plugins/autobookmarker/ktexteditor_autobookmarkerrc b/kate/plugins/autobookmarker/ktexteditor_autobookmarkerrc new file mode 100644 index 000000000..3ed8fe8c5 --- /dev/null +++ b/kate/plugins/autobookmarker/ktexteditor_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+ + |