Disabled ligatures for `>=<` (closes #548)

pull/671/head
Nikita Prokopov 2018-09-30 23:37:25 +03:00
rodzic cf9cafd28f
commit 22dc49d957
3 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
- 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)

File diff suppressed because one or more lines are too long

Wyświetl plik

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