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).
This commit is contained in:
parent
3f5f3dd604
commit
f6277911eb
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ name symbol."
|
|||
?~ "_"
|
||||
?, "_"
|
||||
?= "."
|
||||
?/ "."
|
||||
?\; "."
|
||||
?| "."
|
||||
?& "."
|
||||
|
|
Loading…
Add table
Reference in a new issue