From fd225dcf8698693fa6d6c58c90cb523345c75f11 Mon Sep 17 00:00:00 2001 From: willstott101 Date: Wed, 26 Feb 2020 17:16:22 +0000 Subject: [PATCH] Fix symbol lists using tmPreferences files for .tsx syntax too --- Indexed Reference List Exclusions.tmPreferences | 4 +++- Indexed Reference List Inclusions.tmPreferences | 4 +++- Symbol List Exclusions.tmPreferences | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Indexed Reference List Exclusions.tmPreferences b/Indexed Reference List Exclusions.tmPreferences index b181c48b..568910c2 100644 --- a/Indexed Reference List Exclusions.tmPreferences +++ b/Indexed Reference List Exclusions.tmPreferences @@ -4,7 +4,9 @@ scope meta.definition.function.ts, - meta.definition.method.ts + meta.definition.function.tsx, + meta.definition.method.ts, + meta.definition.method.tsx settings diff --git a/Indexed Reference List Inclusions.tmPreferences b/Indexed Reference List Inclusions.tmPreferences index aba52a52..184aedd8 100644 --- a/Indexed Reference List Inclusions.tmPreferences +++ b/Indexed Reference List Inclusions.tmPreferences @@ -4,7 +4,9 @@ scope entity.name.type.ts, - entity.name.function.ts + entity.name.type.tsx, + entity.name.function.ts, + entity.name.function.tsx settings diff --git a/Symbol List Exclusions.tmPreferences b/Symbol List Exclusions.tmPreferences index 7b9f139a..b99e1de6 100644 --- a/Symbol List Exclusions.tmPreferences +++ b/Symbol List Exclusions.tmPreferences @@ -4,7 +4,9 @@ scope entity.name.type.ts, - meta.function-call.ts + entity.name.type.tsx, + meta.function-call.ts, + meta.function-call.tsx settings