Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from drieks/patch-1
Browse files Browse the repository at this point in the history
Change source.ts.tsx to source.tsx
  • Loading branch information
Arcanemagus committed Oct 27, 2015
2 parents 1ccc662 + 33e1bab commit 77cc4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports =

activate: ->
@subscriptions = new CompositeDisposable
@scopes = ['source.ts', 'source.ts.tsx']
@scopes = ['source.ts', 'source.tsx']

deactivate: ->
@subscriptions.dispose()
Expand Down

0 comments on commit 77cc4dd

Please sign in to comment.