1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-14 16:20:28 +03:00

Fixed rendering of <||> (closes #621)

This commit is contained in:
Nikita Prokopov 2018-09-30 19:10:09 +03:00
parent 0a6f6e600f
commit 1913dab1a7
2 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- Fixed the look of `{| |} [| |]` ([#643]) - Fixed the look of `{| |} [| |]` ([#643])
- Removed `{. .}` ([#635]) - Removed `{. .}` ([#635])
- Fixed rendering of `(?= (?<= (?:` ([#624]) - Fixed rendering of `(?= (?<= (?:` ([#624])
- Fixed rendering of `<||>` ([#621])
#### 1.205 (February 27, 2018) #### 1.205 (February 27, 2018)

View File

@ -32,6 +32,12 @@
["question" "colon"] ["question" "colon"]
" ignore sub parenleft question' colon;\n" " ignore sub parenleft question' colon;\n"
["less" "bar" "bar"]
" ignore sub less' bar bar greater;\n"
["bar" "bar" "greater"]
" ignore sub less bar' bar greater;\n"
}) })
(defn liga->rule (defn liga->rule