Skip to content

Commit 7c46d61

Browse files
committed
Merge pull request #30 from natefox/master
adding highlighting for m4 and c4 instance sizes
2 parents 88d36be + 94a339c commit 7c46d61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CForm.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ repository:
123123
- name: keyword.control.cloudformation
124124
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*
125125
- name: keyword.other.cloudformation
126-
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*
126+
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*
127127
- name: variable.parameter
128128
match: String|Number|CommaDelimitedList|ami-\w*|True|False|tcp|udp
129129

CForm.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</dict>
115115
<dict>
116116
<key>match</key>
117-
<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>
117+
<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>
118118
<key>name</key>
119119
<string>keyword.other.cloudformation</string>
120120
</dict>

0 commit comments

Comments
 (0)