Skip to content

Commit

Permalink
Add source.ts grammar scope
Browse files Browse the repository at this point in the history
Adds support for TypeScript. Resolves #225.
  • Loading branch information
sonicdoe committed Nov 29, 2018
1 parent 9506dc6 commit 488c1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { CompositeDisposable } from 'atom'
import deprecateConfig from './utils/deprecate-config'

const scope = ['javascript', 'source.js', 'source.js.jsx', 'source.js.jquery', 'source.gfm', 'source.vue']
const scope = ['javascript', 'source.js', 'source.js.jsx', 'source.js.jquery', 'source.ts', 'source.gfm', 'source.vue']

export const config = {
style: {
Expand Down

0 comments on commit 488c1c0

Please sign in to comment.