Skip to content

Commit 6c05f90

Browse files
authored
README: Fix editor integration ordering (#996)
1 parent 54d16a2 commit 6c05f90

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,14 @@ npm install @prettier/plugin-php
184184

185185
After restarting VScode the plugin should work as expected.
186186

187+
### Sublime Text
188+
189+
Sublime Text support is available through Package Control and the [JsPrettier](https://packagecontrol.io/packages/JsPrettier) plug-in.
187190

188191
### Vim
189192

190193
Regarding plugin support in the official plugin vim-prettier see [this issue](https://github.com/prettier/vim-prettier/issues/119).
191194

192-
### Sublime Text
193-
194-
Sublime Text support is available through Package Control and the [JsPrettier](https://packagecontrol.io/packages/JsPrettier) plug-in.
195-
196195
#### ALE
197196

198197
The linting plugin ALE has built-in support for prettier and its plugins. Just add prettier to your [list of fixers](https://github.com/w0rp/ale#2ii-fixing). For example:

0 commit comments

Comments
 (0)