Skip to content

Commit a3fae35

Browse files
authored
Merge pull request #1969 from rust-lang/remo/lxyxtwpopyto
Sort editors according to popularity
2 parents d278b80 + f74d610 commit a3fae35

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

templates/components/tools/editors.html.hbs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
class="button button-secondary">{{fluent "tools-editor-vscode"}}</a>
55
</div>
66
<div class="w-25-l w-50-m w-100 pa3">
7-
<a href="https://github.com/rust-lang/rust-enhanced"
8-
class="button button-secondary">{{fluent "tools-editor-sublime"}}</a>
7+
<a href="https://github.com/rust-lang/rust.vim"
8+
class="button button-secondary">{{fluent "tools-editor-vim"}}</a>
99
</div>
1010
<div class="w-25-l w-50-m w-100 pa3">
1111
<a href="https://jetbrains.com/rust"
1212
class="button button-secondary">{{fluent "tools-editor-rover"}}</a>
1313
</div>
14-
<div class="w-25-l w-50-m w-100 pa3">
15-
<a href="https://projects.eclipse.org/projects/tools.corrosion"
16-
class="button button-secondary">{{fluent "tools-editor-eclipse"}}</a>
17-
</div>
1814
<div class="w-25-l w-50-m w-100 pa3">
1915
<a href="https://rust-analyzer.github.io/manual.html#helix"
2016
class="button button-secondary">{{fluent "tools-editor-helix"}}</a>
2117
</div>
22-
<div class="w-25-l w-50-m w-100 pa3">
23-
<a href="https://github.com/rust-lang/rust.vim"
24-
class="button button-secondary">{{fluent "tools-editor-vim"}}</a>
25-
</div>
2618
<div class="w-25-l w-50-m w-100 pa3">
2719
<a href="https://github.com/rust-lang/rust-mode"
2820
class="button button-secondary">{{fluent "tools-editor-emacs"}}</a>
2921
</div>
22+
<div class="w-25-l w-50-m w-100 pa3">
23+
<a href="https://github.com/rust-lang/rust-enhanced"
24+
class="button button-secondary">{{fluent "tools-editor-sublime"}}</a>
25+
</div>
3026
<div class="w-25-l w-50-m w-100 pa3">
3127
<a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022"
3228
class="button button-secondary">{{fluent "tools-editor-visual-studio"}}</a>
3329
</div>
30+
<div class="w-25-l w-50-m w-100 pa3">
31+
<a href="https://projects.eclipse.org/projects/tools.corrosion"
32+
class="button button-secondary">{{fluent "tools-editor-eclipse"}}</a>
33+
</div>
3434
</div>

0 commit comments

Comments
 (0)