Browse Source

Fixed ligatures precedence in `!=<` (closes #276)

Nikita Prokopov 6 years ago
parent
commit
659314a72d
3 changed files with 4 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      FiraCode.glyphs
  3. 2 1
      clojure/regen_calt.clj

+ 1 - 1
CHANGELOG.md

@@ -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 it is too large
+ 1 - 1
FiraCode.glyphs


+ 2 - 1
clojure/regen_calt.clj

@@ -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"]

Some files were not shown because too many files changed in this diff