]> git.eshelyaron.com Git - emacs.git/commit
Make xref work better on variables in shell-script-mode
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 2 Oct 2020 05:11:56 +0000 (07:11 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Oct 2020 05:11:56 +0000 (07:11 +0200)
commitf6277911eb2c520aec8f0efd80c91999226e3322
tree2b953465ad5a839c07a5f395df133fb1046410f6
parent3f5f3dd60411fb09a31ef49abf128543d60cbbdd
Make xref work better on variables in shell-script-mode

* lisp/progmodes/sh-script.el (sh-mode-syntax-table): Classify "/"
as punctuation so that `M-.' on $foo/bar works on the $foo part
(bug#25585).
lisp/progmodes/sh-script.el