-
Notifications
You must be signed in to change notification settings - Fork 7
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
Displaying greek letters #43
Comments
Currently, I use the prettify-symbols-mode package and its fork vsc-conceal to display greek letters. This feature has been added to the official vscode backlog. "conceal.substitutions": [
{
"language": "wolfram",
"substitutions": [
{
"ugly": "\\\\\\[Omega\\]",
"pretty": "ω"
},
{
"ugly": "\\\\\\[CapitalOmega\\]",
"pretty": "Ω"
}
]
}
], |
Sadly this extension has stopped being maintained. |
Currently, some commonly used non-ASCII letters, e.g. Greek letters, are displayed as their full names in VSCode. Is it able to display these letters like in notebooks?
The text was updated successfully, but these errors were encountered: