Skip to content
This repository was archived by the owner on May 11, 2019. It is now read-only.

Puppet 3 keywords #4

Closed
wants to merge 2 commits into from
Closed

Conversation

bookest
Copy link

@bookest bookest commented Dec 6, 2012

Update syntax highlighting to handle the unless statement and sync up the list of builtin functions with the 3.0.1 docs. We also build the keyword regex using regexp-opt, which should produce a more efficient regex.

Add the 'unless' statement and sync the list of builtin functions with
the 3.0 docs.
Use regexp-opt to generate the regex to match keywords instead of
building it up by hand. The generated regex should be more efficient
than just combining all the keywords with "\\|".
@puppetcla
Copy link

CLA Signed by bookest on 2012-12-01 21:00:00 -0800

@bbatsov
Copy link

bbatsov commented Aug 18, 2013

Consider reporting this here https://github.com/lunaryorn/puppet-mode

@ahpook
Copy link

ahpook commented May 10, 2019

superseded by voxpupuli/puppet-mode .. wow this is old.

@ahpook ahpook closed this May 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants