Issue #12437 has been updated by Chris Price. Status changed from Unreviewed to Merged - Pending Release Branch set to https://github.com/puppetlabs/puppet/commit/142b249f48204e3ac4e199a000a2c10236fda68a
Thanks! ---------------------------------------- Feature #12437: Update of puppet-mode.el https://projects.puppetlabs.com/issues/12437 Author: Russ Allbery Status: Merged - Pending Release Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/commit/142b249f48204e3ac4e199a000a2c10236fda68a A jumbo update for the Puppet Emacs mode. This update does the following: * Fix indentation of array contents when the first element of the array isn't on the same line as the opening of the array. * Fix indentation of the else and elsif line and after a ") {" line that ends the parameters to a define and starts the body of the define. * Indenting a line no longer moves the point to the position following the indentation unless the line is entirely whitespace. * Update font lock keywords with all the latest Puppet keywords. * The type face is now used properly for all resource types. Previously, some of them would show up as the keyword face because they were also keywords. puppet-mode is now smarter about figuring out the context. * regexp-opt is now used to make keyword matching more efficient. * Clean up unnecessarily-complex code and refactor somewhat. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
