commit 30df75bb0625c3400154361aead72b8718bb5f5b
parent 0bdef854f8531747438f7764cf7553ba16e56fb8
Author: Amelia Clarke <me@rsaihe.dev>
Date: Wed, 21 Sep 2022 14:04:29 -0700
Update headers to conform to style used by Vim
Signed-off-by: Amelia Clarke <me@rsaihe.dev>
Diffstat:
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/compiler/hare.vim b/compiler/hare.vim
@@ -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
diff --git a/ftplugin/hare.vim b/ftplugin/hare.vim
@@ -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')
diff --git a/indent/hare.vim b/indent/hare.vim
@@ -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
diff --git a/syntax/hare.vim b/syntax/hare.vim
@@ -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