M compiler/hare.vim => compiler/hare.vim +2 -0
@@ 1,5 1,7 @@
" Vim compiler file
" Compiler: Hare Compiler
+" Maintainer: Amelia Clarke <me@rsaihe.dev>
+" Last Change: 2022-09-21
if exists("g:current_compiler")
finish
M ftplugin/hare.vim => ftplugin/hare.vim +5 -3
@@ 1,6 1,8 @@
-" Hare filetype plugin
-" Maintainer: Drew DeVault <sir@cmpwn.com>
-" Last Updated: 2020-05-06
+" Vim filetype plugin
+" Language: Hare
+" Maintainer: Amelia Clarke <me@rsaihe.dev>
+" Previous Maintainer: Drew DeVault <sir@cmpwn.com>
+" Last Updated: 2022-09-21
" Only do this when not done yet for this buffer
if exists('b:did_ftplugin')
M indent/hare.vim => indent/hare.vim +2 -0
@@ 1,5 1,7 @@
" Vim indent file
" Language: Hare
+" Maintainer: Amelia Clarke <me@rsaihe.dev>
+" Last Change: 2022-09-21
if exists("b:did_indent")
finish
M syntax/hare.vim => syntax/hare.vim +2 -0
@@ 1,6 1,8 @@
" PRELUDE {{{1
" Vim syntax file
" Language: Hare
+" Maintainer: Amelia Clarke <me@rsaihe.dev>
+" Last Change: 2022-09-21
if exists("b:current_syntax")
finish