diff --git a/modules/parser/pegParser.pegjs.txt b/modules/parser/pegParser.pegjs.txt index 33d4d5dbe4..a11c390f8f 100644 --- a/modules/parser/pegParser.pegjs.txt +++ b/modules/parser/pegParser.pegjs.txt @@ -1219,4 +1219,4 @@ table_end = newline? "|}" { clearFlag('table'); } /* Tabs do not mix well with the hybrid production syntax */ -/* vim: filetype=javascript:expandtabs:ts=4:sw=4:cindent */ +/* vim: set filetype=javascript expandtab ts=4 sw=4 cindent: */