mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
Accept underscores in identifiers after "sub". Fixes: debbugs:18502
This commit is contained in:
parent
057ba71703
commit
40aef37804
3 changed files with 11 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/perl
|
||||
# -*- eval: (bug-reference-mode 1) -*-
|
||||
|
||||
sub add_funds($) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
use v5.14;
|
||||
|
||||
my $str= <<END;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue