1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Syntax highlight .arclint files as JSON.

Summary: After T2039, it makes sense to syntax highlight `.arclint` files as JSON.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9305
This commit is contained in:
Joshua Spence 2014-05-27 06:14:06 -07:00 committed by epriestley
parent 607f4bfab8
commit 1daa0aa36e
2 changed files with 2 additions and 0 deletions

View file

@ -1035,6 +1035,7 @@ return array(
// '@\\.([^.]+)\\.bak$@' => 1, // '@\\.([^.]+)\\.bak$@' => 1,
'@\.arcconfig$@' => 'js', '@\.arcconfig$@' => 'js',
'@\.arclint$@' => 'js',
'@\.divinerconfig$@' => 'js', '@\.divinerconfig$@' => 'js',
), ),

View file

@ -77,6 +77,7 @@ final class PhabricatorSyntaxHighlightingConfigOptions
'wild', 'wild',
array( array(
'@\.arcconfig$@' => 'js', '@\.arcconfig$@' => 'js',
'@\.arclint$@' => 'js',
'@\.divinerconfig$@' => 'js', '@\.divinerconfig$@' => 'js',
)) ))
->setSummary( ->setSummary(