-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about <>
</>
#116
Comments
@bluelovers Hi, can you be more specific? Is you suggesting that the |
i feel or make |
@bluelovers Ok, see what you talking about. Will look in to it in v1.0.4 |
Just to note: |
@auduchinok Sure, thanks. Can you paste some code examples if you have them? |
jsx function getGreeting {
return <>Hello, Stranger.</>;
} |
@philippnurullin Sure! Here's some F#: match reference.Module with
| :? IProjectPsiModule as projectPsiModule ->
let referencedProject = projectPsiModule.Project
if referencedProject <> project then
result.Add(referencedProject.GetOutputFilePath(psiModule.TargetFrameworkId).FullPath)
| _ -> () if moduleKind <> AnonModule then
x.ProcessReferenceNameSkipLast(lid) Here's some VB.NET: Protected Overrides Sub Run(methodDeclaration As IMethodDeclarationBase, data As ElementProblemAnalyzerData, consumer As IHighlightingConsumer)
If methodDeclaration.Kind <> MethodDeclarationKind.SUB Then
Return
End If
If methodDeclaration.AsKeyword IsNot Nothing Then
consumer.AddHighlighting(New SubCannotHaveReturnTypeError(methodDeclaration))
End If
End Sub
|
— Added No Ligature version. Only in `.ttf` format. It called **JetBrains Mono NL**. #19 — Fixed problems with tiny gaps between the Box Drawing elements. #84 — Balanced the size of `<>` `</>` ligatures to match in mass. #116 — Fixed problem with not working `<--` ligature. #95 — Added `U+FEFF` symbol. No-break zero space. #147 — `<!--` `-->` ligatures now should be on the same heights. #77 — Corrected `===>` behaviour in loading sequences. #151 — Corrected `A` placement in italics. — Made dot in the `0` smaller, so it will be more distinguishable from `8` at small sizes.
i think maybe need make
<>
and</>
style is matchThe text was updated successfully, but these errors were encountered: