]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/perl-mode.el: Add support for indented here docs
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Jul 2017 22:10:02 +0000 (18:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Jul 2017 22:10:02 +0000 (18:10 -0400)
commit3d847fa9fd68592c50ea5e18c86b9f3eb5030654
tree1f7f061eccffd3cf04c862b62c4d3e2cdb921ea2
parent69fb12a66b3d6b9bfb55d8bcd58bec2a8e7ca55b
* lisp/progmodes/perl-mode.el: Add support for indented here docs

* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
Recognize the new <<~ syntax for indented here docs.
(perl-syntax-propertize-special-constructs): Adjust search of the
end of here docs accordingly.

* test/manual/indent/perl.perl: Add test for indented here docs.
lisp/progmodes/perl-mode.el
test/manual/indent/perl.perl