From ffe25ee38a87281e8293a4ab86e8a49392a9803f Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 3 Sep 2022 18:50:42 +0200 Subject: Add vim-modeline to render files as POD GitHub (also) checks the vim-modeline to decide how the file should be rendered. These files are all in the POD format so add the vim-modeline so that GitHub displays them in a formatted way. (Note: adding `linguist-language=Pod` in .gitattributes does not work, I created a GH support ticket for that a month ago but there have been little progress on it.) --- README.freebsd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.freebsd') diff --git a/README.freebsd b/README.freebsd index 7cadb6e6d3..05124c41fd 100644 --- a/README.freebsd +++ b/README.freebsd @@ -1,3 +1,5 @@ +# vim: syntax=pod + If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is. -- cgit v1.2.1