mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 20:10:55 +01:00
Remove redundant restructured text entry in default Paste highlighting options
Summary: Fixes T10217. This extra entry is just a mistake because of `rst` + `rest` both being valid suffixes. We don't need both entries. Test Plan: Edited a paste, only saw one entry in dropdown for restructured text. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10217 Differential Revision: https://secure.phabricator.com/D15114
This commit is contained in:
parent
c11c7f2900
commit
1e69f06d74
1 changed files with 1 additions and 2 deletions
|
@ -102,9 +102,8 @@ final class PhabricatorSyntaxHighlightingConfigOptions
|
|||
'python' => 'Python',
|
||||
'rainbow' => 'Rainbow',
|
||||
'remarkup' => 'Remarkup',
|
||||
'rest' => 'reStructuredText',
|
||||
'robotframework' => 'RobotFramework',
|
||||
'rst' => 'reStructuredText',
|
||||
'robotframework' => 'RobotFramework',
|
||||
'ruby' => 'Ruby',
|
||||
'sql' => 'SQL',
|
||||
'tex' => 'LaTeX',
|
||||
|
|
Loading…
Reference in a new issue