From 46439ee8a42e9add228e5b6931ab29b384403b1b Mon Sep 17 00:00:00 2001 From: jungejason Date: Fri, 23 Dec 2011 22:22:04 -0800 Subject: [PATCH] Turn on syntax highlight for .arcconfig Summary: use js format to display .arcconfig Test Plan: verified that .arcconfig is highlighted Reviewers: epriestley, nh Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1284 --- conf/default.conf.php | 2 ++ 1 file changed, 2 insertions(+) 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', ), );