]> git.eshelyaron.com Git - emacs.git/commit
Add html-, mhtml- and python-mode support to semantic symref
authorCharles A. Roelli <charles@aurox.ch>
Sat, 4 Nov 2017 21:19:08 +0000 (22:19 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Sat, 4 Nov 2017 21:19:08 +0000 (22:19 +0100)
commit725ab635d9c4c0ecbd4b28df16d2b97337bbe989
treecb20d3d5ddc51632718b72b5adf3f8df5ff034ce
parent369da28702a60543391bf9576eb904d21ca8ea09
Add html-, mhtml- and python-mode support to semantic symref

* lisp/cedet/semantic/symref/grep.el
(semantic-symref-filepattern-alist): Fix the entry for
'html-mode', which used a regexp-like syntax where only glob
syntax is permitted.  As a result, 'xref-find-references' (M-?)
can now find references in HTML files.  Also duplicate the same
entry for the sake of 'mhtml-mode', and add a new one for
'python-mode'.
(semantic-symref-derive-find-filepatterns): In the documentation,
clarify that returned patterns must follow the glob syntax.  Fix
an 'if' test that always evaluates to nil.
(semantic-symref-tool-grep):
(semantic-symref-perform-search): Fix typos.
lisp/cedet/semantic/symref/grep.el