Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14005192
D13337.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13337.diff
View Options
diff --git a/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php b/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php
--- a/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php
+++ b/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php
@@ -20,7 +20,6 @@
}
public function getOptions() {
-
$caches_href = PhabricatorEnv::getDocLink('Managing Caches');
return array(
@@ -74,31 +73,43 @@
'c' => 'C',
'coffee-script' => 'CoffeeScript',
'cpp' => 'C++',
+ 'csharp' => 'C#',
'css' => 'CSS',
'd' => 'D',
'diff' => 'Diff',
'django' => 'Django Templating',
+ 'docker' => 'Docker',
'erb' => 'Embedded Ruby/ERB',
'erlang' => 'Erlang',
'go' => 'Golang',
'groovy' => 'Groovy',
'haskell' => 'Haskell',
'html' => 'HTML',
+ 'http' => 'HTTP',
'invisible' => 'Invisible',
'java' => 'Java',
'js' => 'Javascript',
'json' => 'JSON',
+ 'make' => 'Makefile',
'mysql' => 'MySQL',
+ 'nginx' => 'Nginx Configuration',
'objc' => 'Objective-C',
'perl' => 'Perl',
'php' => 'PHP',
+ 'postgresql' => 'PostgreSQL',
+ 'pot' => 'Gettext Catalog',
'puppet' => 'Puppet',
- 'rest' => 'reStructuredText',
- 'text' => 'Plain Text',
'python' => 'Python',
'rainbow' => 'Rainbow',
'remarkup' => 'Remarkup',
+ 'rest' => 'reStructuredText',
+ 'robotframework' => 'RobotFramework',
+ 'rst' => 'reStructuredText',
'ruby' => 'Ruby',
+ 'sql' => 'SQL',
+ 'tex' => 'LaTeX',
+ 'text' => 'Plain Text',
+ 'twig' => 'Twig',
'xml' => 'XML',
'yaml' => 'YAML',
))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 28, 8:49 AM (3 w, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6735274
Default Alt Text
D13337.diff (1 KB)
Attached To
Mode
D13337: Add more languages to syntax highlighting options
Attached
Detach File
Event Timeline
Log In to Comment