summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-02-19 01:24:33 +0100
committerYves Orton <demerphq@gmail.com>2023-02-19 09:44:05 +0800
commit481446ecbbb0078e33ae072401d5dc207d7a60e0 (patch)
tree1a60f972cda9b38f2d560958d4cc34affd441ec2
parent35988648b751a6a6a89ef036938e45613657bc67 (diff)
downloadperl-481446ecbbb0078e33ae072401d5dc207d7a60e0.tar.gz
manually triggered generated files - add file type data to modeline
so that github syntax highlights them properly
-rw-r--r--charclass_invlists.h4
-rw-r--r--lib/unicore/uni_keywords.pl4
-rw-r--r--regcharclass.h4
-rw-r--r--uni_keywords.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index c3e734a39e..c623186730 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -1,4 +1,4 @@
-/* -*- buffer-read-only: t -*-
+/* -*- mode: C; buffer-read-only: t -*-
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
* This file is built by regen/mk_invlists.pl from Unicode::UCD.
* Any changes made here will be lost!
@@ -436083,4 +436083,4 @@ static const U8 WB_table[23][23] = {
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl
* 2a64e8b4ca351f490530bdf8c7b4962c407b7ed6a1123eeb8d9e8e0e4236d16a regen/mk_invlists.pl
- * ex: set ro: */
+ * ex: set ro ft=C: */
diff --git a/lib/unicore/uni_keywords.pl b/lib/unicore/uni_keywords.pl
index 69901674fd..ee9c532dec 100644
--- a/lib/unicore/uni_keywords.pl
+++ b/lib/unicore/uni_keywords.pl
@@ -1,4 +1,4 @@
-# -*- buffer-read-only: t -*-
+# -*- mode: Perl; buffer-read-only: t -*-
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is built by regen/mk_invlists.pl from Unicode::UCD.
# Any changes made here will be lost!
@@ -1336,4 +1336,4 @@
# 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
# c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl
# 2a64e8b4ca351f490530bdf8c7b4962c407b7ed6a1123eeb8d9e8e0e4236d16a regen/mk_invlists.pl
-# ex: set ro:
+# ex: set ro ft=Perl:
diff --git a/regcharclass.h b/regcharclass.h
index 9f17450443..c7132bece4 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -1,4 +1,4 @@
-/* -*- buffer-read-only: t -*-
+/* -*- mode: C; buffer-read-only: t -*-
*
* regcharclass.h
*
@@ -3855,4 +3855,4 @@
* 0a6b5ab33bb1026531f816efe81aea1a8ffcd34a27cbea37dd6a70a63d73c844 regen/charset_translations.pl
* acc94e4afc339fe2cf2ae74d6e1cbcf2c396328d78e56236ad314eadbfc84125 regen/regcharclass.pl
* b2f896452d2b30da3e04800f478c60c1fd0b03d6b668689b020f1e3cf1f1cdd9 regen/regcharclass_multi_char_folds.pl
- * ex: set ro: */
+ * ex: set ro ft=C: */
diff --git a/uni_keywords.h b/uni_keywords.h
index 8d4c6f1ae6..cc5d49a8ec 100644
--- a/uni_keywords.h
+++ b/uni_keywords.h
@@ -1,4 +1,4 @@
-/* -*- buffer-read-only: t -*-
+/* -*- mode: C; buffer-read-only: t -*-
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
* This file is built by regen/mk_invlists.pl from mph.pl.
* Any changes made here will be lost!
@@ -7762,4 +7762,4 @@ match_uniprop( const unsigned char * const key, const U16 key_len ) {
* c7ff8e0d207d3538c7feb4a1a152b159e5e902d20293b303569ea8323e84633e regen/mk_PL_charclass.pl
* 2a64e8b4ca351f490530bdf8c7b4962c407b7ed6a1123eeb8d9e8e0e4236d16a regen/mk_invlists.pl
* d6987e01ad538d1567394851cf199f99815f7701bebd6092be4bc7a6d8f147c6 regen/mph.pl
- * ex: set ro: */
+ * ex: set ro ft=C: */