From a6ff4aa164c2cc9b480edc705b308ec27c04a621 Mon Sep 17 00:00:00 2001 From: Tomo <68489118+tomodachi94@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:11:39 +0000 Subject: [PATCH 1/2] Note Micro support in readme (#1316) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33477a304a..55784beba6 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,10 @@ Kakoune supports `justfile` syntax highlighting out of the box, thanks to TeddyD The [Just package](https://github.com/nk9/just_sublime) by [nk9](https://github.com/nk9) with `just` syntax and some other tools is available on [PackageControl](https://packagecontrol.io/packages/Just). +### Micro + +[Micro](https://micro-editor.github.io/) supports Justfile syntax highlighting out of the box, thanks to [tomodachi94](https://github.com/tomodachi94). + ### Other Editors Feel free to send me the commands necessary to get syntax highlighting working in your editor of choice so that I may include them here. From 41c52f9ade50c3224f89a38c8f4b36f96aa03a9a Mon Sep 17 00:00:00 2001 From: laniakea64 Date: Mon, 9 Oct 2023 00:17:13 -0400 Subject: [PATCH 2/2] Don't recommend `vim-polyglot` in readme (#1644) --- README.md | 2 -- "README.\344\270\255\346\226\207.md" | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 55784beba6..494ec93cd7 100644 --- a/README.md +++ b/README.md @@ -357,8 +357,6 @@ cd ~/.vim/pack/vendor/start git clone https://github.com/NoahTheDuke/vim-just.git ``` -`vim-just` is also available from [vim-polyglot](https://github.com/sheerun/vim-polyglot), a multi-language Vim plugin. - #### `tree-sitter-just` [tree-sitter-just](https://github.com/IndianBoy42/tree-sitter-just) is an [Nvim Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) plugin for Neovim. diff --git "a/README.\344\270\255\346\226\207.md" "b/README.\344\270\255\346\226\207.md" index 4626a83b6f..473af4ab24 100644 --- "a/README.\344\270\255\346\226\207.md" +++ "b/README.\344\270\255\346\226\207.md" @@ -341,8 +341,6 @@ cd ~/.vim/pack/vendor/start git clone https://github.com/NoahTheDuke/vim-just.git ``` -`vim-just` 也可以从 [vim-polyglot](https://github.com/sheerun/vim-polyglot) 获得,这是一个多语言的 Vim 插件。 - #### `tree-sitter-just` [tree-sitter-just](https://github.com/IndianBoy42/tree-sitter-just) 是一个针对 Neovim 的 [Nvim Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) 插件。