We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.tsx
1 parent 677aaaa commit c632047Copy full SHA for c632047
keymaps/atom-typescript.cson
@@ -1,4 +1,4 @@
1
-'atom-workspace atom-text-editor:not([mini])[data-grammar~=ts]':
+'atom-workspace atom-text-editor:not([mini])[data-grammar^="source ts"]':
2
'alt-cmd-l': 'typescript:format-code'
3
'alt-ctrl-l': 'typescript:format-code'
4
'ctrl-;': 'typescript:context-actions'
keymaps/autocomplete-keymaps.cson
@@ -1,3 +1,3 @@
-'atom-text-editor[data-grammar~=ts]':
+'atom-text-editor[data-grammar^="source ts"]':
'ctrl-space': 'typescript:autocomplete'
'cmd-space': 'typescript:autocomplete'
0 commit comments