]> git.eshelyaron.com Git - emacs.git/commitdiff
Add semantic/symref/grep file patterns for ruby-mode
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 6 May 2015 01:49:01 +0000 (04:49 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 6 May 2015 02:58:24 +0000 (05:58 +0300)
* lisp/cedet/semantic/symref/grep.el
(semantic-symref-filepattern-alist): Add patterns for
ruby-mode. Clarify the docstring.

lisp/cedet/semantic/symref/grep.el

index d57b50fb98f153b469afd21f5c6ffe9be5189d9c..4598a2c98eab027d00b8d09e1b11de12ad7648b6 100644 (file)
@@ -46,9 +46,11 @@ and those hits returned.")
   '((c-mode "*.[ch]")
     (c++-mode "*.[chCH]" "*.[ch]pp" "*.cc" "*.hh")
     (html-mode "*.s?html" "*.php")
+    (ruby-mode "*.r[bu]" "*.rake" "*.gemspec" "*.erb" "*.haml"
+               "Rakefile" "Thorfile" "Capfile" "Guardfile" "Vagrantfile")
     )
-  "List of major modes and file extension pattern regexp.
-See find -regex man page for format.")
+  "List of major modes and file extension pattern.
+See find -name man page for format.")
 
 (defun semantic-symref-derive-find-filepatterns (&optional mode)
   "Derive a list of file patterns for the current buffer.