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:
parent
607f4bfab8
commit
1daa0aa36e
2 changed files with 2 additions and 0 deletions
|
@ -1035,6 +1035,7 @@ return array(
|
||||||
// '@\\.([^.]+)\\.bak$@' => 1,
|
// '@\\.([^.]+)\\.bak$@' => 1,
|
||||||
|
|
||||||
'@\.arcconfig$@' => 'js',
|
'@\.arcconfig$@' => 'js',
|
||||||
|
'@\.arclint$@' => 'js',
|
||||||
'@\.divinerconfig$@' => 'js',
|
'@\.divinerconfig$@' => 'js',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@ final class PhabricatorSyntaxHighlightingConfigOptions
|
||||||
'wild',
|
'wild',
|
||||||
array(
|
array(
|
||||||
'@\.arcconfig$@' => 'js',
|
'@\.arcconfig$@' => 'js',
|
||||||
|
'@\.arclint$@' => 'js',
|
||||||
'@\.divinerconfig$@' => 'js',
|
'@\.divinerconfig$@' => 'js',
|
||||||
))
|
))
|
||||||
->setSummary(
|
->setSummary(
|
||||||
|
|
Loading…
Reference in a new issue