-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Could you add the bracket symbols: ⟨ and ⟩? #763
Comments
I’ll add ⟨ and ⟩.
Fira Code does not support customization at the moment, and I don’t want to maintain multiple versions. But if you are using web-based editor (Atom, VS Code) dotted zero can be enabled via CSS |
Similarly, some other programs will allow you to set OpenType features, and enabling the “slashed zero” option will (counter-intuitively) enable the dotted zero. |
Thank you very very much for your support on "⟨" and "⟩". |
Unfortunately it looks like VS Code doesn’t support custom CSS to change this at the moment. There’s an extension that looks like it would do the trick, but it seems like it might be a little difficult to install. If you end up using that, you’ll need to create a CSS file with the following content and enable it by adding /* Enable Fira Code dotted zero */
.monaco-editor {
font-feature-settings: "zero";
} |
And this is the issue to track microsoft/vscode#10435
On Thu, May 23, 2019, at 19:32, Jed Fox wrote:
Unfortunately it looks like VS Code doesn’t support custom CSS to change this at the moment.
There’s an extension <https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css> that looks like it would do the trick, but it seems like it might be a little difficult to install. If you end up using that, you’ll need to create a CSS file with the following content and enable it by adding `"vscode_custom_css.imports": ["*the full path to the CSS file*"],` to your `settings.json`.
// Enable Fira Code dotted zero
.monaco-editor {
font-feature-settings: "zero";
}
… —
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#763?email_source=notifications&email_token=AACFU3H6HZJF3A63EQQ6EDDPW3BJDA5CNFSM4HN3CBL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWCY4FY#issuecomment-495291927>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AACFU3FJZ5FOBXBZRNJAZGTPW3BJDANCNFSM4HN3CBLQ>.
|
Thanks a lot for your response. I think it is not convenient for me. I have to give up to change slashed zero. But I sincerely hope that you can release the version with dotted zero. |
Could you add "‖"? |
I have two requests.
One is that ⟨ and ⟩ are frequently used in Quantum Mechanics.
I hope that you can support it.
And, could you release another vision that Symbol: 0 with dot symbol: · , not /?
Sincerely,
Lu
The text was updated successfully, but these errors were encountered: