From 6a3688ca38336cac59b24ee3b841aa175e06a65e Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Tue, 17 Jan 2023 15:36:04 +0400 Subject: 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] --- unicode_constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unicode_constants.h') diff --git a/unicode_constants.h b/unicode_constants.h index 0f176f279a..cc7e9539d4 100644 --- a/unicode_constants.h +++ b/unicode_constants.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/unicode_constants.pl from Unicode data. * Any changes made here will be lost! @@ -242,4 +242,4 @@ bytes. #endif /* PERL_UNICODE_CONSTANTS_H_ */ -/* ex: set ro: */ +/* ex: set ro ft=C: */ -- cgit v1.2.1