Skip to content

Commit 1daa0aa

Browse files
joshuaspenceepriestley
authored and
epriestley
committedMay 27, 2014
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
1 parent 607f4bf commit 1daa0aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎conf/default.conf.php

+1
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,7 @@
10351035
// '@\\.([^.]+)\\.bak$@' => 1,
10361036

10371037
'@\.arcconfig$@' => 'js',
1038+
'@\.arclint$@' => 'js',
10381039
'@\.divinerconfig$@' => 'js',
10391040
),
10401041

‎src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function getOptions() {
7777
'wild',
7878
array(
7979
'@\.arcconfig$@' => 'js',
80+
'@\.arclint$@' => 'js',
8081
'@\.divinerconfig$@' => 'js',
8182
))
8283
->setSummary(

0 commit comments

Comments
 (0)
Failed to load comments.