kopia lustrzana https://github.com/tonsky/FiraCode
Disabled ligatures in`{|}` `[|]` (closes #593)
rodzic
22dc49d957
commit
75aae2ac41
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -4,20 +4,13 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
#### WIP
|
#### WIP
|
||||||
|
|
||||||
- Added `<==>` ([#392])
|
- Added `<==>` ([#392]), `#:` ([#642]), `!!.` ([#618]), `>:` `:<` ([#605]), U+0305 Combining overline ([#608])
|
||||||
- Fixed width of `[` `**` ([#607])
|
- Fixed incorrect width of `[` `**` ([#607])
|
||||||
- Added `#:` ([#642])
|
- Redrew `{|` `|}` `[|` `|]` ([#643])
|
||||||
- Fixed the look of `{| |} [| |]` ([#643])
|
- Removed `{.` `.}` ([#635]), thin backslash ([#577])
|
||||||
- Removed `{. .}` ([#635])
|
- Disabled ligatures in `(?=` `(?<=` `(?:` ([#624]), `>=<` ([#548]), `{|}` `[|]` ([#593])
|
||||||
- Fixed rendering of `(?= (?<= (?:` ([#624])
|
- Fixed ligatures precedence in `<||>` ([#621]), `:>=` ([#574])
|
||||||
- Fixed rendering of `<||>` ([#621])
|
- Fixed incorrectly swapped box drawing characters `╵` and `╷` ([#595])
|
||||||
- Added `!!.` ([#618])
|
|
||||||
- Added `>:` `:<` ([#605])
|
|
||||||
- Added U+0305 COMBINING OVERLINE ([#608])
|
|
||||||
- Fixed Box drawing characters "╵" and "╷" (were swapped, [#595])
|
|
||||||
- Rolled back thin backslash ([#577])
|
|
||||||
- Fixed rendering of `:>=` ([#574])
|
|
||||||
- Disabled ligatures for `>=<` ([#548])
|
|
||||||
|
|
||||||
#### 1.205 (February 27, 2018)
|
#### 1.205 (February 27, 2018)
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -47,6 +47,18 @@
|
||||||
|
|
||||||
["equal" "less"]
|
["equal" "less"]
|
||||||
" ignore sub greater equal' less;\n"
|
" ignore sub greater equal' less;\n"
|
||||||
|
|
||||||
|
["braceleft" "bar"]
|
||||||
|
" ignore sub braceleft' bar braceright;\n"
|
||||||
|
|
||||||
|
["bar" "braceright"]
|
||||||
|
" ignore sub braceleft bar' braceright;\n"
|
||||||
|
|
||||||
|
["bracketleft" "bar"]
|
||||||
|
" ignore sub bracketleft' bar bracketright;\n"
|
||||||
|
|
||||||
|
["bar" "bracketright"]
|
||||||
|
" ignore sub bracketleft bar' bracketright;\n"
|
||||||
})
|
})
|
||||||
|
|
||||||
(defn liga->rule
|
(defn liga->rule
|
||||||
|
|
Ładowanie…
Reference in New Issue