From 88d36be31be82d421932c1e12ee55da2308b6173 Mon Sep 17 00:00:00 2001 From: Nate McCourtney Date: Sat, 11 Jul 2015 07:26:57 -0400 Subject: [PATCH] Remove top-level highlighting --- CForm.YAML-tmLanguage | 4 +--- CForm.tmLanguage | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/CForm.YAML-tmLanguage b/CForm.YAML-tmLanguage index 75224f8..fc16b54 100644 --- a/CForm.YAML-tmLanguage +++ b/CForm.YAML-tmLanguage @@ -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 diff --git a/CForm.tmLanguage b/CForm.tmLanguage index 2c2f063..48b9149 100644 --- a/CForm.tmLanguage +++ b/CForm.tmLanguage @@ -106,12 +106,6 @@ name constant.other.cloudformation - - match - Metadata|Parameters|Mappings|Conditions|Resources|Outputs|AWSTemplateFormatVersion - name - invalid.illegal.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*