diff --git a/conf/default.conf.php b/conf/default.conf.php index bbc0a31906..8a3003eb43 100644 --- a/conf/default.conf.php +++ b/conf/default.conf.php @@ -743,6 +743,8 @@ return array( // Example: Treat all '*.x.bak' file as '.x'. NOTE: we map to capturing // group 1 by specifying the mapping as "1". // '@\\.([^.]+)\\.bak$@' => 1, + + '@\.arcconfig$@' => 'js', ), );