Skip to content

Commit

Permalink
Added all the defined resources type
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Figureau committed Aug 16, 2008
1 parent a960655 commit 8f7fda7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Puppet.tmbundle/Syntaxes/Puppet.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,15 @@
</dict>
<key>match</key>
<string>(?x)^\s*
@?@?(file|exec|user|group|package|service|cron|sshkey|ssh_authorized_key)\s*\{</string>
@?@?(
file|exec|user|group|package|service|cron|sshkey|ssh_authorized_key
|filebucket|host|interface|k5login|mailalias|maillist|mount
|nagios_command|nagios_contact|nagios_contactgroup|nagios_host
|nagios_hostextinfo|nagios_hostgroup|nagios_hostgroupescalation|nagios_service
|nagios_servicedependency|nagios_serviceescalation
|nagios_serviceextinfo|nagios_timeperiod
|notify|resources|schedule|tidy|yumrepo|zone
)\s*\{</string>
<key>name</key>
<string>meta.definition.resource.puppet</string>
</dict>
Expand Down

0 comments on commit 8f7fda7

Please sign in to comment.