Skip to content

Commit

Permalink
Update Last Change dates
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed May 31, 2024
1 parent ebb9927 commit e217cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ftdetect/just.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Vim filetype plugin
-- Neovim filetype plugin
-- Language: Justfile
-- Maintainer: Noah Bogart <[email protected]>
-- 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({
Expand Down
2 changes: 1 addition & 1 deletion ftdetect/just.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" Language: Justfile
" Maintainer: Noah Bogart <[email protected]>
" 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
Expand Down

0 comments on commit e217cb8

Please sign in to comment.