summaryrefslogtreecommitdiff
path: root/README.cn
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.cn
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.cn')
-rw-r--r--README.cn2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.cn b/README.cn
index a12482f077..dc735e1c15 100644
--- a/README.cn
+++ b/README.cn
@@ -1,3 +1,5 @@
+# vim: syntax=pod
+
如果你用一般的文字编辑器阅览这份文件, 请忽略文中奇特的注记字符.
这份文件是以 POD (简明文件格式) 写成; 这种格式是为了能让人直接阅读,
而特别设计的. 关于此格式的进一步信息, 请参考 perlpod 在线文档.