From 217d8259e6c138e823ed16fed76fae1168941464 Mon Sep 17 00:00:00 2001 From: Phidica Veia Date: Sun, 27 Oct 2019 18:35:30 +1030 Subject: [PATCH] Rearrange some items in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 633c2ed..b2a0eb3 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Features - Snippets for common constructs. - Extensive syntax highlighting: - - [Path highlighter](https://github.com/Phidica/sublime-fish/wiki/Path-highlighter): Paths to existing files are underlined, just like in the fish shell. - [Compatibility highlighter](https://github.com/Phidica/sublime-fish/wiki/Compatibility-highlighter): Code that is incompatible with the targeted version of fish is outlined. + - [Path highlighter](https://github.com/Phidica/sublime-fish/wiki/Path-highlighter): Paths to existing files are underlined, just like in the fish shell. - [Indent and prettify](https://github.com/Phidica/sublime-fish/wiki/Indent-and-prettify): Reformat the active file with `fish_indent`: - Use `ctrl+alt+i` or your build system shortcut (eg, `ctrl+b`). - Optional setting to run automatically when file is saved.