neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 2b55d09314500c0049427cd51e873cc4eac223b2
parent 26cba0b17d2e04ca48f737906e3c7ba19af59cdc
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu, 24 Nov 2022 22:19:31 +0800

ci(labeler): also add filetype label for filetype/detect.lua (#21180)


Diffstat:
M.github/labeler.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml @@ -63,3 +63,4 @@ "filetype": - runtime/lua/vim/filetype.lua + - runtime/lua/vim/filetype/detect.lua