Skip to content

Commit

Permalink
Merge pull request #30 from natefox/master
Browse files Browse the repository at this point in the history
adding highlighting for m4 and c4 instance sizes
  • Loading branch information
beaknit committed Nov 19, 2015
2 parents 88d36be + 94a339c commit 7c46d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CForm.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ repository:
- name: keyword.control.cloudformation
match: us-east-[\d]\w*|us-west-[\d]\w*|eu-west-[\d]\w*|eu-central-[\d]\w*|ap-southeast-[\d]\w*|ap-northeast-[\d]\w*|sa-east-[\d]\w*
- name: keyword.other.cloudformation
match: m[1-3]\.\w*|m[1-3]\.\w*|t[1-3]\.\w*|c[1-3]\.\w*|r[1-3]\.\w*|g[1-3]\.\w*|i[1-3]\.\w*|hs[1-3]\.\w*|cr[1-3]\.\w*|cg[1-3]\.\w*|hi[1-3]\.\w*|cc[1-3]\.\w*
match: m[1-4]\.\w*|m[1-4]\.\w*|t[1-3]\.\w*|c[1-4]\.\w*|r[1-3]\.\w*|g[1-3]\.\w*|i[1-3]\.\w*|hs[1-3]\.\w*|cr[1-3]\.\w*|cg[1-3]\.\w*|hi[1-3]\.\w*|cc[1-3]\.\w*
- name: variable.parameter
match: String|Number|CommaDelimitedList|ami-\w*|True|False|tcp|udp

Expand Down
2 changes: 1 addition & 1 deletion CForm.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</dict>
<dict>
<key>match</key>
<string>m[1-3]\.\w*|m[1-3]\.\w*|t[1-3]\.\w*|c[1-3]\.\w*|r[1-3]\.\w*|g[1-3]\.\w*|i[1-3]\.\w*|hs[1-3]\.\w*|cr[1-3]\.\w*|cg[1-3]\.\w*|hi[1-3]\.\w*|cc[1-3]\.\w*</string>
<string>m[1-4]\.\w*|m[1-4]\.\w*|t[1-3]\.\w*|c[1-4]\.\w*|r[1-3]\.\w*|g[1-3]\.\w*|i[1-3]\.\w*|hs[1-3]\.\w*|cr[1-3]\.\w*|cg[1-3]\.\w*|hi[1-3]\.\w*|cc[1-3]\.\w*</string>
<key>name</key>
<string>keyword.other.cloudformation</string>
</dict>
Expand Down

0 comments on commit 7c46d61

Please sign in to comment.