diff options
author | Bram <perl-rt@wizbit.be> | 2022-09-03 18:50:42 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2022-09-05 20:39:49 +0200 |
commit | ffe25ee38a87281e8293a4ab86e8a49392a9803f (patch) | |
tree | 83a07c896802093d79dfd856041a25a16089e7ff /README.solaris | |
parent | 108b5e9d6ce986b66cc9fb02e28db203021d79b9 (diff) | |
download | perl-ffe25ee38a87281e8293a4ab86e8a49392a9803f.tar.gz |
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.)
Diffstat (limited to 'README.solaris')
-rw-r--r-- | README.solaris | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.solaris b/README.solaris index 7b1107982a..bd9405a2e6 100644 --- a/README.solaris +++ b/README.solaris @@ -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. |