kopia lustrzana https://github.com/tonsky/FiraCode
Fixed ligatures precedence in `!=<` (closes #276)
rodzic
d41aef36f5
commit
659314a72d
|
@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Redrew `{|` `|}` `[|` `|]` ([#643])
|
||||
- Removed `{.` `.}` ([#635]), thin backslash ([#577])
|
||||
- Disabled ligatures in `(?=` `(?<=` `(?:` ([#624]), `>=<` ([#548]), `{|}` `[|]` ([#593])
|
||||
- Fixed ligatures precedence in `<||>` ([#621]), `:>=` ([#574]), `<<*>>` `<<<*>>>` `<<+>>` <<<+>>>` `<<$>>` `<<<$>>>` ([#410])
|
||||
- Fixed ligatures precedence in `<||>` ([#621]), `:>=` ([#574]), `<<*>>` `<<<*>>>` `<<+>>` <<<+>>>` `<<$>>` `<<<$>>>` ([#410]), `!=<` ([#276])
|
||||
- Fixed incorrectly swapped box drawing characters `╵` and `╷` ([#595])
|
||||
- Adjusted vertical position of `<=` `>=` to align with `<` `>` ([#483])
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,8 @@
|
|||
|
||||
;; #624 (?<=
|
||||
["less" "equal"]
|
||||
" ignore sub parenleft question less' equal;\n"
|
||||
(str " ignore sub parenleft question less' equal;\n"
|
||||
" ignore sub exclam less' equal;\n")
|
||||
|
||||
;; #624 (?:
|
||||
["question" "colon"]
|
||||
|
|
Ładowanie…
Reference in New Issue