jeffchan / sublime-text-puppet

puppet syntax highlighting for sublime text
17 stars 8 forks source link

Syntax does not recognise regex in node definitions #1

Open Aethylred opened 12 years ago

Aethylred commented 12 years ago

Syntax does not recognise regular expressions used to define nodes, e.g.

node /^webserver-\d.example.org$/ {
    include web::apache
}

...may not recognise regexes used elsewhere either.