Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F79863
D7497.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
534 B
Referenced Files
None
Subscribers
None
D7497.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7497: Quick hack to make symbol lookup work for C#.
Attached
Detach File
Event Timeline
Log In to Comment