summaryrefslogtreecommitdiff
path: root/README.tw
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.tw
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.tw')
-rw-r--r--README.tw2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.tw b/README.tw
index 10e89e10c1..2eefbc9bb8 100644
--- a/README.tw
+++ b/README.tw
@@ -1,3 +1,5 @@
+# vim: syntax=pod
+
如果你用一般的文字編輯器閱覽這份文件, 請忽略文中奇特的註記字符.
這份文件是以 POD (簡明文件格式) 寫成; 這種格式是為了能讓人直接讀取,
而特別設計的. 關於此格式的進一步資訊, 請參考 perlpod 線上文件.