Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from willstott101/master
Browse files Browse the repository at this point in the history
Fix symbol lists using tmPreferences files for .tsx syntax too
  • Loading branch information
braver authored Feb 26, 2020
2 parents 075b52e + fd225dc commit 9d1a535
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Indexed Reference List Exclusions.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<key>scope</key>
<string>
meta.definition.function.ts,
meta.definition.method.ts
meta.definition.function.tsx,
meta.definition.method.ts,
meta.definition.method.tsx
</string>
<key>settings</key>
<dict>
Expand Down
4 changes: 3 additions & 1 deletion Indexed Reference List Inclusions.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<key>scope</key>
<string>
entity.name.type.ts,
entity.name.function.ts
entity.name.type.tsx,
entity.name.function.ts,
entity.name.function.tsx
</string>
<key>settings</key>
<dict>
Expand Down
4 changes: 3 additions & 1 deletion Symbol List Exclusions.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<key>scope</key>
<string>
entity.name.type.ts,
meta.function-call.ts
entity.name.type.tsx,
meta.function-call.ts,
meta.function-call.tsx
</string>
<key>settings</key>
<dict>
Expand Down

0 comments on commit 9d1a535

Please sign in to comment.