summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-03 18:50:42 +0200
committerYves Orton <demerphq@gmail.com>2022-09-05 20:39:49 +0200
commitffe25ee38a87281e8293a4ab86e8a49392a9803f (patch)
tree83a07c896802093d79dfd856041a25a16089e7ff /README.vms
parent108b5e9d6ce986b66cc9fb02e28db203021d79b9 (diff)
downloadperl-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.vms')
-rw-r--r--README.vms2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.vms b/README.vms
index 5752ca2ccd..8dd1a5e318 100644
--- a/README.vms
+++ b/README.vms
@@ -1,3 +1,5 @@
+# vim: syntax=pod
+
If you read this file _as_is_, just ignore the equal signs on the left.
This file is written in the POD format (see [.pod]perlpod.pod) which is
specially designed to be readable as is.