summaryrefslogtreecommitdiff
path: root/perly.tab
diff options
context:
space:
mode:
authorLukas Mai <lukasmai.403@gmail.com>2023-03-23 17:07:03 +0100
committerYves Orton <demerphq@gmail.com>2023-03-24 06:10:05 +0800
commitb7eedb08953678c5b222f3776892756053dc00aa (patch)
treebfca1d0b568f3d0052c5f1c6b27c923881c638d3 /perly.tab
parent3ae398fba4a16b2da69f72f21ace25d2bf0370e6 (diff)
downloadperl-b7eedb08953678c5b222f3776892756053dc00aa.tar.gz
fix incorrect vi filetype declarations in generated files
Vim's filetype declarations are case sensitive. The correct types for Perl, C, and Pod are perl, c, and pod, respectively.
Diffstat (limited to 'perly.tab')
-rw-r--r--perly.tab2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.tab b/perly.tab
index b0be16dc35..1ca9c7dc8c 100644
--- a/perly.tab
+++ b/perly.tab
@@ -1330,4 +1330,4 @@ static const toketypes yy_type_tab[] =
/* Generated from:
* 0a5fcd15cf0b7afb57ade6ceaf68037a38dd194acd9d60d3e4ad99c15233af75 perly.y
* acf1cbfd2545faeaaa58b1cf0cf9d7f98b5be0752eb7a54528ef904a9e2e1ca7 regen_perly.pl
- * ex: set ro ft=C: */
+ * ex: set ro ft=c: */