mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-12 18:02:40 +01:00
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
This commit is contained in:
parent
5065db5a2a
commit
46439ee8a4
1 changed files with 2 additions and 0 deletions
|
@ -743,6 +743,8 @@ return array(
|
||||||
// Example: Treat all '*.x.bak' file as '.x'. NOTE: we map to capturing
|
// Example: Treat all '*.x.bak' file as '.x'. NOTE: we map to capturing
|
||||||
// group 1 by specifying the mapping as "1".
|
// group 1 by specifying the mapping as "1".
|
||||||
// '@\\.([^.]+)\\.bak$@' => 1,
|
// '@\\.([^.]+)\\.bak$@' => 1,
|
||||||
|
|
||||||
|
'@\.arcconfig$@' => 'js',
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue