Romans Malinovskis
Romans Malinovskis
` ` - copy-paste this into terminal/VimR: renders as 'cog' in terminal and not visible in VimR with same `Fira Code` font.
 Possibly related. SNAPSHOT-20211201.192602 (20211201.192602)
I've reproduced it with the following text: ``` Hello `there` and Hello `` - syntax is messed up ``` Apparently `` messes up the highlight.
This branch uses default indent of 4, while terraform typically uses 2 as ident. Not sure if this is a relevant comment (my first one here). also - cmd+/ commenting...
Syntax is due to be deployed in 122. Still missing Language Server support: https://github.com/zed-industries/zed/blob/main/crates/zed/src/languages.rs#L325
`$ZED_CUSTOM_RUST_PACKAGE` should work for any shell. Unless some exotic syntax is used (e.g. `${NAME}_id`) bracketing variables do not offer any advantage.
Possibly related, when editor panel is active, Cmd+Clicking in terminal is not working, instead a click will focus the terminal panel. Releasing and pressing Cmd again will work as intended....
@mribeirodantas - any chance we could merge this? I keep sending people to my PR to read the guide :D I'm happy to clean up the guide if it needs...
I have provided an implementation for `foo/bar://data/test` with `://` delimiter.
@jeremyj563 could you provide steps to reproduce and test fix against? Also HTTP proxy support an "aws-only" feature or should it work for all backends?