Skip to content

Commit c632047

Browse files
committed
fix(keymaps) keymaps were broken for .tsx files after scope rename
refs #458
1 parent 677aaaa commit c632047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keymaps/atom-typescript.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'atom-workspace atom-text-editor:not([mini])[data-grammar~=ts]':
1+
'atom-workspace atom-text-editor:not([mini])[data-grammar^="source ts"]':
22
'alt-cmd-l': 'typescript:format-code'
33
'alt-ctrl-l': 'typescript:format-code'
44
'ctrl-;': 'typescript:context-actions'

keymaps/autocomplete-keymaps.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
'atom-text-editor[data-grammar~=ts]':
1+
'atom-text-editor[data-grammar^="source ts"]':
22
'ctrl-space': 'typescript:autocomplete'
33
'cmd-space': 'typescript:autocomplete'

0 commit comments

Comments
 (0)