Skip to content

Commit

Permalink
Fix naming typo for objective-c token settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Ceskavich committed Aug 13, 2018
1 parent b8168c8 commit 0ca60f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/tokens/languages/objective-c.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import TokenSettings from '../TokenSettings';

export default ({ base }: Colors): TokenSettings[] => [
{
name: 'Groovy Storage',
name: 'Objective-C Storage',
scope: [
'meta.implementation storage.type.objc',
'meta.interface-or-protocol storage.type.objc'
Expand All @@ -13,7 +13,7 @@ export default ({ base }: Colors): TokenSettings[] => [
}
},
{
name: 'Groovy Types',
name: 'Objective-C Types',
scope: [
'meta.protocol-list.objc',
'meta.return-type.objc',
Expand Down

0 comments on commit 0ca60f0

Please sign in to comment.