Skip to content

Commit 3c066f3

Browse files
authored
Language Injections/StringSyntax: add 'fsharp' -> 'F#' alias (#986)
1 parent faff153 commit 3c066f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Injected/FSharpInjectionTargetsFinderFactory.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type FSharpInjectionTargetsFinder() =
2020
| "js" -> "javascript"
2121
| "jsx" -> "ECMAScript 6"
2222
| "tsx" -> "TypeScript JSX"
23+
| "fsharp" -> "F#"
2324
| language -> language
2425

2526
let checkForAttributes (expr: IFSharpExpression) =

0 commit comments

Comments
 (0)