diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-11-24 22:19:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 15:19:31 +0100 |
commit | 2b55d09314500c0049427cd51e873cc4eac223b2 (patch) | |
tree | 5f0bee506b236fbc05ed213258c8701e5a33cd2b | |
parent | 26cba0b17d2e04ca48f737906e3c7ba19af59cdc (diff) | |
download | rneovim-2b55d09314500c0049427cd51e873cc4eac223b2.tar.gz rneovim-2b55d09314500c0049427cd51e873cc4eac223b2.tar.bz2 rneovim-2b55d09314500c0049427cd51e873cc4eac223b2.zip |
ci(labeler): also add filetype label for filetype/detect.lua (#21180)
-rw-r--r-- | .github/labeler.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index b4f6f054cb..34410651a8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -63,3 +63,4 @@ "filetype": - runtime/lua/vim/filetype.lua + - runtime/lua/vim/filetype/detect.lua |