Skip to content

Commit

Permalink
Remove top-level highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanatluminal committed Jul 11, 2015
1 parent 2af7935 commit 88d36be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions CForm.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ repository:
- name: constant.language.cloudformation
match: \w*::\w*
- name: constant.other.cloudformation
match: \b(Ref)\b
- name: invalid.illegal.cloudformation
match: Metadata|Parameters|Mappings|Conditions|Resources|Outputs|AWSTemplateFormatVersion
match: \b(Ref)\b
- 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
Expand Down
6 changes: 0 additions & 6 deletions CForm.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@
<key>name</key>
<string>constant.other.cloudformation</string>
</dict>
<dict>
<key>match</key>
<string>Metadata|Parameters|Mappings|Conditions|Resources|Outputs|AWSTemplateFormatVersion</string>
<key>name</key>
<string>invalid.illegal.cloudformation</string>
</dict>
<dict>
<key>match</key>
<string>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*</string>
Expand Down

0 comments on commit 88d36be

Please sign in to comment.