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 Dec 20, 2023
1 parent a426a59 commit cbba24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ftdetect/just.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
" Language: Justfile
" Maintainer: Noah Bogart <[email protected]>
" URL: https://github.com/NoahTheDuke/vim-just.git
" Last Change: 2021 Aug 26
" Last Change: 2023 Dec 03
au BufNewFile,BufRead \c{,.}justfile,\c*.just setfiletype just
au BufNewFile,BufRead * if getline(1) =~# '\v^#!//@!%(\w|-|//@!)*/%(env%(\s+-S)?\s+)?just\A' | setfiletype just | endif
2 changes: 1 addition & 1 deletion syntax/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: 2023 Aug 05
" Last Change: 2023 Dec 20

if exists('b:current_syntax')
finish
Expand Down

0 comments on commit cbba24e

Please sign in to comment.