-
Notifications
You must be signed in to change notification settings - Fork 818
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
Italic doesn't work in MacVim #490
Comments
It would have been very helpful had you filled out the bug template Which variants of Cascadia did you install? Variable TTF? OTF? Static TTF? Static OTF? WOFF2? |
This should be resolved the next time a font release is issued via the fix for #481 |
@DHowett, I poked around in the issues to see if a similar issue had been reported, didn't find any, and clicked I installed all the fonts in the |
Thanks for the additional context. This is definitely a dupe of #481 and will be solved with the next release. I suggest trying the variable font version in the meantime. |
Various flavors of Vim support italic fonts in syntax highlighting. However, this doesn't work with
Cascadia Code
orCascadia Mono
. It's almost certainly because the italic fonts are in distinct font families.To reproduce
:setfiletype flexwiki
to set the current buffer into FlexWiki mode.This text is _emphasized_ and this is *strong*.
:set guifont=*
Source Code Pro
,JetBrains Mono
, andSF Mono
will show
_emphasized_
in an italic font and*strong*
in a bold font, with the rest in the regular font. The Cascadia fonts handle*strong*
correctly, but not_emphasized_
.The text was updated successfully, but these errors were encountered: