summaryrefslogtreecommitdiff
path: root/README.android
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.android
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.android')
-rw-r--r--README.android2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.android b/README.android
index c9be849cb3..4aca1f2cf3 100644
--- a/README.android
+++ b/README.android
@@ -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
specially designed to be readable as is.