Skip to content

Commit ffe25ee

Browse files
Bramdemerphq
authored andcommitted
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.)
1 parent 108b5e9 commit ffe25ee

33 files changed

+66
-0
lines changed

Cross/README.new

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
You're reading ./Cross/README.new, describing Perl cross-compilation process.
24
NOTE: this file will replace ./Cross/README, after the cross-compilation scheme
35
is stabilized.

INSTALL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
If you read this file _as_is_, just ignore the funny characters you see.
24
It is written in the POD format (see F<pod/perlpod.pod>) which is specially
35
designed to be readable as is.

PACKAGING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
If you read this file _as_is_, just ignore the funny characters you
24
see. It is written in the POD format (see pod/perlpod.pod) which is
35
specifically designed to be readable as is.

README.aix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
If you read this file _as_is_, just ignore the funny characters you see.
24
It is written in the POD format (see pod/perlpod.pod) which is specially
35
designed to be readable as is.

README.amiga

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
If you read this file _as_is_, just ignore the funny characters you
24
see. It is written in the POD format (see perlpod manpage) which is
35
specially designed to be readable as is.

README.android

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
If you read this file _as_is_, just ignore the funny characters you
24
see. It is written in the POD format (see pod/perlpod.pod) which is
35
specially designed to be readable as is.

README.bs2000

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
This document is written in pod format hence there are punctuation
24
characters in odd places. Do not worry, you've apparently got the
35
ASCII->EBCDIC translation worked out correctly. You can read more

README.cn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
如果你用一般的文字编辑器阅览这份文件, 请忽略文中奇特的注记字符.
24
这份文件是以 POD (简明文件格式) 写成; 这种格式是为了能让人直接阅读,
35
而特别设计的. 关于此格式的进一步信息, 请参考 perlpod 在线文档.

README.cygwin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
If you read this file _as_is_, just ignore the funny characters you
24
see. It is written in the POD format (see F<pod/perlpod.pod>) which is
35
specially designed to be readable as is.

README.freebsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# vim: syntax=pod
2+
13
If you read this file _as_is_, just ignore the funny characters you
24
see. It is written in the POD format (see pod/perlpod.pod) which is
35
specifically designed to be readable as is.

0 commit comments

Comments
 (0)