|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
639 bytes
|
| Line | |
|---|
| 1 | module.exports = {
|
|---|
| 2 | atom: 'atom',
|
|---|
| 3 | Brackets: 'brackets',
|
|---|
| 4 | 'code-insiders': 'code-insiders',
|
|---|
| 5 | code: 'code',
|
|---|
| 6 | vscodium: 'vscodium',
|
|---|
| 7 | codium: 'codium',
|
|---|
| 8 | cursor: 'cursor',
|
|---|
| 9 | trae: 'trae',
|
|---|
| 10 | antigravity: 'antigravity',
|
|---|
| 11 | emacs: 'emacs',
|
|---|
| 12 | gvim: 'gvim',
|
|---|
| 13 | idea: 'idea',
|
|---|
| 14 | 'idea.sh': 'idea',
|
|---|
| 15 | phpstorm: 'phpstorm',
|
|---|
| 16 | 'phpstorm.sh': 'phpstorm',
|
|---|
| 17 | pycharm: 'pycharm',
|
|---|
| 18 | 'pycharm.sh': 'pycharm',
|
|---|
| 19 | rubymine: 'rubymine',
|
|---|
| 20 | 'rubymine.sh': 'rubymine',
|
|---|
| 21 | sublime_text: 'subl',
|
|---|
| 22 | vim: 'vim',
|
|---|
| 23 | webstorm: 'webstorm',
|
|---|
| 24 | 'webstorm.sh': 'webstorm',
|
|---|
| 25 | goland: 'goland',
|
|---|
| 26 | 'goland.sh': 'goland',
|
|---|
| 27 | rider: 'rider',
|
|---|
| 28 | 'rider.sh': 'rider',
|
|---|
| 29 | zed: 'zed'
|
|---|
| 30 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.