summaryrefslogtreecommitdiff
path: root/mg_vtable.h
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2023-01-17 15:36:04 +0400
committerYves Orton <demerphq@gmail.com>2023-02-19 09:44:05 +0800
commit6a3688ca38336cac59b24ee3b841aa175e06a65e (patch)
tree28f98bee183f36291289bf154e65c677b461701e /mg_vtable.h
parent36052af0af0e8795eecbd9900189364233d49e02 (diff)
downloadperl-6a3688ca38336cac59b24ee3b841aa175e06a65e.tar.gz
generated files - update mode lines to specify file type
This updates the mode-line for most of our generated files so that they include file type information so they will be properly syntax highlighted on github. This does not make any other functional changes to the files. [Note: Commit message rewritten by Yves]
Diffstat (limited to 'mg_vtable.h')
-rw-r--r--mg_vtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mg_vtable.h b/mg_vtable.h
index 0497e2942a..b005cb7c69 100644
--- a/mg_vtable.h
+++ b/mg_vtable.h
@@ -1,4 +1,4 @@
-/* -*- buffer-read-only: t -*-
+/* -*- mode: C; buffer-read-only: t -*-
*
* mg_vtable.h
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
@@ -241,4 +241,4 @@ EXT_MGVTBL PL_magic_vtables[magic_vtable_max];
#define PL_vtbl_uvar PL_magic_vtables[want_vtbl_uvar]
#define PL_vtbl_vec PL_magic_vtables[want_vtbl_vec]
-/* ex: set ro: */
+/* ex: set ro ft=C: */