Skip to content

Commit b2d7b4d

Browse files
committed
Add fsharp alias for F#
1 parent d6c94c3 commit b2d7b4d

File tree

1 file changed

+1
-0
lines changed
  • ColorCode.Core/Compilation/Languages

1 file changed

+1
-0
lines changed

ColorCode.Core/Compilation/Languages/FSharp.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public bool HasAlias(string lang)
114114
{
115115
case "fs":
116116
case "f#":
117+
case "fsharp":
117118
return true;
118119

119120
default:

0 commit comments

Comments
 (0)