You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
559 B
27 lines
559 B
module.exports = {
|
|
atom: 'atom',
|
|
Brackets: 'brackets',
|
|
'code-insiders': 'code-insiders',
|
|
code: 'code',
|
|
vscodium: 'vscodium',
|
|
codium: 'codium',
|
|
emacs: 'emacs',
|
|
gvim: 'gvim',
|
|
idea: 'idea',
|
|
'idea.sh': 'idea',
|
|
phpstorm: 'phpstorm',
|
|
'phpstorm.sh': 'phpstorm',
|
|
pycharm: 'pycharm',
|
|
'pycharm.sh': 'pycharm',
|
|
rubymine: 'rubymine',
|
|
'rubymine.sh': 'rubymine',
|
|
sublime_text: 'subl',
|
|
vim: 'vim',
|
|
webstorm: 'webstorm',
|
|
'webstorm.sh': 'webstorm',
|
|
goland: 'goland',
|
|
'goland.sh': 'goland',
|
|
rider: 'rider',
|
|
'rider.sh': 'rider'
|
|
}
|