Page MenuHomePhabricator

D7497.diff

diff --git a/scripts/symbols/generate_ctags_symbols.php b/scripts/symbols/generate_ctags_symbols.php
--- a/scripts/symbols/generate_ctags_symbols.php
+++ b/scripts/symbols/generate_ctags_symbols.php
@@ -71,7 +71,7 @@
// also, "normalize" c++ and c#
$language = str_ireplace("c++", "cpp", $language);
- $language = str_ireplace("c#", "csharp", $language);
+ $language = str_ireplace("c#", "cs", $language);
// Ruby has "singleton method", for example
$type = substr(str_replace(' ', '_', $type), 0, 12);

File Metadata

Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/bv/3k/ncysqfe24x7odwia
Default Alt Text
D7497.diff (534 B)

Event Timeline