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.) --- Cross/README.new | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cross') diff --git a/Cross/README.new b/Cross/README.new index b520001303..aa5689bb1b 100644 --- a/Cross/README.new +++ b/Cross/README.new @@ -1,3 +1,5 @@ +# vim: syntax=pod + You're reading ./Cross/README.new, describing Perl cross-compilation process. NOTE: this file will replace ./Cross/README, after the cross-compilation scheme is stabilized. -- cgit v1.2.1