Fixed weird look of `::<` `::>` `<::` `>::` #1145

This commit is contained in:
Nikita Prokopov 2021-04-18 00:50:55 +02:00
parent 1f0408bcb3
commit c5047ac007
4 changed files with 20 additions and 9 deletions

View File

@ -14,6 +14,10 @@ Unicode:
- Added U+FFFD Replacement Character `<60>` #1137, thanks @gjvnq
- Added U+EE00..U+EE05 Progress Bar `` #1182
Fixed:
- Weird look of `::<` `::>` `<::` `>::` #1145
Removed:
- C-style compound assignment `>>=` `<<=` `||=` `|=` are not combined with equal sign by default. Old behavior is moved into `ss09` #974

File diff suppressed because one or more lines are too long

View File

@ -11,6 +11,10 @@ lookup center {
#574 :>= :<=
ignore sub colon' [less greater] [equal hyphen];
#1145 ::< ::> <:: >::
ignore sub colon colon' [less greater];
ignore sub [less greater]' colon colon;
# middles & ends
sub [less.center greater.center colon.center] colon' by colon.center;
sub colon.center [less greater]' by [less.center greater.center];

View File

@ -1,3 +1,3 @@
#!/bin/zsh -euo pipefail
clojure -m fira-code.main
clojure -M -m fira-code.main