mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Highlight .divinerconfig as JavaScript
Test Plan: Displayed `.arcconfig` and verified that it is still highlighted. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D2987
This commit is contained in:
parent
508f1b19f9
commit
f3dec13431
1 changed files with 1 additions and 0 deletions
|
@ -1177,6 +1177,7 @@ return array(
|
|||
// '@\\.([^.]+)\\.bak$@' => 1,
|
||||
|
||||
'@\.arcconfig$@' => 'js',
|
||||
'@\.divinerconfig$@' => 'js',
|
||||
),
|
||||
|
||||
// Set the default monospaced font style for users who haven't set a custom
|
||||
|
|
Loading…
Reference in a new issue