cperl-mode
cperl-mode copied to clipboard
cperl-mode with 5.10 fixes, mx-declare support, perl6 support, etc.
It seems cperl-mode triggers this error whenever I hit C-s and swiper.el runs for the first time in a buffer. I am not sure this is actually caused by cperl...
When inside a cperl HERE doc, using any function that inserts a newline at the start of a line will causes the rest of the file to highlighted with `font-lock-comment-face`....
I've merged the changes from this repository's master branch into Emacs's master branch. And I also installed various other cleanups into Emacs's master branch (e.g. to use lexical-binding and solve...
Using the latest here, typing q(a string) does not highlight the 'q'. Ditto qx,qr, etc. Putting a space in there, i.e. q (a string) highlights the q. I tried to...
I'm using cperl-mode 6.2 with GNU Emacs 24.5.1 (x86_64-apple-darwin15.0.0, NS apple-appkit-1404.11), using prelude starter kit. A constant block like this: ``` use constant { ONE => 1, TWO => 2...
With cperl-electric-keywords set, when typing if + space I get an expanded construct like this (_ is point): ``` if ( _) { } ``` 1. Is this intended behaviour?...
Thanks for maintaining this package. Any plans on syntax highlight for signatures? (as in, experimental::signatures)
The message in cperl-tips about getting new versions points to Ilya Z's web page. It should presumably point to this site, or even better, a suitable ELPA.
Steps to reproduce: 1. open info with C-h i. Make sure you're at the directory (press d if needed) 2. Invoke `(cperl-info-on-command "shift")` 3. Get error `search-failed "^-X[ ]"` 4....