diff --git a/ftdetect/just.lua b/ftdetect/just.lua index e2591d9..2c4f148 100644 --- a/ftdetect/just.lua +++ b/ftdetect/just.lua @@ -1,8 +1,8 @@ --- Vim filetype plugin +-- Neovim filetype plugin -- Language: Justfile -- Maintainer: Noah Bogart -- URL: https://github.com/NoahTheDuke/vim-just.git --- Last Change: 2024 May 29 +-- Last Change: 2024 May 30 if vim.fn.has("nvim-0.8") then vim.filetype.add({ diff --git a/ftdetect/just.vim b/ftdetect/just.vim index a3f1c7e..22d33ab 100644 --- a/ftdetect/just.vim +++ b/ftdetect/just.vim @@ -2,7 +2,7 @@ " Language: Justfile " Maintainer: Noah Bogart " URL: https://github.com/NoahTheDuke/vim-just.git -" Last Change: 2024 Mar 03 +" Last Change: 2024 May 30 if !has("nvim-0.8") au BufNewFile,BufRead \c{,*.}justfile,\c*.just setfiletype just