Skip to content

Commit

Permalink
Add latest parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanatluminal committed May 31, 2015
1 parent 6f1cab3 commit b99fe2e
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions parameter-type-availabilityzone-name.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
AWS::EC2::AvailabilityZone::Name
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>parameter-type-availabilityzone-name</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>
9 changes: 9 additions & 0 deletions parameter-type-ec2-image-id.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
AWS::EC2::Image::Id
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>parameter-type-ec2-image-id</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>
9 changes: 9 additions & 0 deletions parameter-type-ec2-instance-id.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
AWS::EC2::Instance::Id
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>parameter-type-ec2-instance-id</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>
9 changes: 9 additions & 0 deletions parameter-type-ec2-security-group-name.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
AWS::EC2::SecurityGroup::GroupName
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>parameter-type-ec2-security-group-name</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>
9 changes: 9 additions & 0 deletions parameter-type-ec2-volume-id.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
AWS::EC2::Volume::Id
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>parameter-type-ec2-volume-id</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>
9 changes: 9 additions & 0 deletions parameter-type-route53-hostedzone-id.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
AWS::Route53::HostedZone::Id
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>parameter-type-route53-hostedzone-id</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.cloudformation</scope>
</snippet>

0 comments on commit b99fe2e

Please sign in to comment.