Skip to content

Commit

Permalink
Alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
injust authored and ToxicFrog committed Dec 23, 2018
1 parent b619358 commit 7421e3c
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions ligatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
'chars': ['bar', 'bar', 'greater'],
'firacode_ligature_name': 'bar_bar_greater.liga',
},
{ # |}
'chars': ['bar', 'braceright'],
'firacode_ligature_name': 'bar_braceright.liga',
},
{ # |]
'chars': ['bar', 'bracketright'],
'firacode_ligature_name': 'bar_bracketright.liga',
},
{ # |=
'chars': ['bar', 'equal'],
'firacode_ligature_name': 'bar_equal.liga',
Expand All @@ -119,10 +127,22 @@
'chars': ['bar', 'greater'],
'firacode_ligature_name': 'bar_greater.liga',
},
{ # |-
'chars': ['bar', 'hyphen'],
'firacode_ligature_name': 'bar_hyphen.liga',
},
{ # {|
'chars': ['braceleft', 'bar'],
'firacode_ligature_name': 'braceleft_bar.liga',
},
{ # {-
'chars': ['braceleft', 'hyphen'],
'firacode_ligature_name': 'braceleft_hyphen.liga',
},
{ # [|
'chars': ['bracketleft', 'bar'],
'firacode_ligature_name': 'bracketleft_bar.liga',
},
{ # []
'chars': ['bracketleft', 'bracketright'],
'firacode_ligature_name': 'bracketleft_bracketright.liga',
Expand All @@ -139,10 +159,18 @@
'chars': ['colon', 'colon', 'colon'],
'firacode_ligature_name': 'colon_colon_colon.liga',
},
{ # ::=
'chars': ['colon', 'colon', 'equal'],
'firacode_ligature_name': 'colon_colon_equal.liga',
},
{ # :=
'chars': ['colon', 'equal'],
'firacode_ligature_name': 'colon_equal.liga',
},
{ # :>
'chars': ['colon', 'greater'],
'firacode_ligature_name': 'colon_greater.liga',
},
{ # $>
'chars': ['dollar', 'greater'],
'firacode_ligature_name': 'dollar_greater.liga',
Expand All @@ -167,6 +195,10 @@
'chars': ['equal', 'equal', 'greater'],
'firacode_ligature_name': 'equal_equal_greater.liga',
},
{ # =!=
'chars': ['equal', 'exclam', 'equal'],
'firacode_ligature_name': 'equal_exclam_equal.liga',
},
{ # =>
'chars': ['equal', 'greater'],
'firacode_ligature_name': 'equal_greater.liga',
Expand Down Expand Up @@ -235,6 +267,10 @@
'chars': ['hyphen', 'asciitilde'],
'firacode_ligature_name': 'hyphen_asciitilde.liga',
},
{ # -|
'chars': ['hyphen', 'bar'],
'firacode_ligature_name': 'hyphen_bar.liga',
},
{ # -}
'chars': ['hyphen', 'braceright'],
'firacode_ligature_name': 'hyphen_braceright.liga',
Expand Down Expand Up @@ -303,6 +339,10 @@
'chars': ['less', 'bar', 'greater'],
'firacode_ligature_name': 'less_bar_greater.liga',
},
{ # <:
'chars': ['less', 'colon'],
'firacode_ligature_name': 'less_colon.liga',
},
{ # <$
'chars': ['less', 'dollar'],
'firacode_ligature_name': 'less_dollar.liga',
Expand Down Expand Up @@ -391,6 +431,10 @@
'chars': ['numbersign', 'bracketleft'],
'firacode_ligature_name': 'numbersign_bracketleft.liga',
},
{ # #=
'chars': ['numbersign', 'equal'],
'firacode_ligature_name': 'numbersign_equal.liga',
},
{ # #!
'chars': ['numbersign', 'exclam'],
'firacode_ligature_name': 'numbersign_exclam.liga',
Expand Down Expand Up @@ -443,6 +487,10 @@
'chars': ['period', 'period'],
'firacode_ligature_name': 'period_period.liga',
},
{ # ..=
'chars': ['period', 'period', 'equal'],
'firacode_ligature_name': 'period_period_equal.liga',
},
{ # ..<
'chars': ['period', 'period', 'less'],
'firacode_ligature_name': 'period_period_less.liga',
Expand Down Expand Up @@ -523,61 +571,13 @@
'chars': ['slash', 'slash', 'slash'],
'firacode_ligature_name': 'slash_slash_slash.liga',
},
{ # __
'chars': ['underscore', 'underscore'],
'firacode_ligature_name': 'underscore_underscore.liga',
},
{ # :>
'chars': ['colon', 'greater'],
'firacode_ligature_name': 'colon_greater.liga',
},
{ # <:
'chars': ['less', 'colon'],
'firacode_ligature_name': 'less_colon.liga',
},
{ # ::=
'chars': ['colon', 'colon', 'equal'],
'firacode_ligature_name': 'colon_colon_equal.liga',
},
{ # [|
'chars': ['bracketleft', 'bar'],
'firacode_ligature_name': 'bracketleft_bar.liga',
},
{ # |]
'chars': ['bar', 'bracketright'],
'firacode_ligature_name': 'bar_bracketright.liga',
},
{ # {|
'chars': ['braceleft', 'bar'],
'firacode_ligature_name': 'braceleft_bar.liga',
},
{ # |}
'chars': ['bar', 'braceright'],
'firacode_ligature_name': 'bar_braceright.liga',
},
{ # ..=
'chars': ['period', 'period', 'equal'],
'firacode_ligature_name': 'period_period_equal.liga',
},
{ # =!=
'chars': ['equal', 'exclam', 'equal'],
'firacode_ligature_name': 'equal_exclam_equal.liga',
},
{ # |-
'chars': ['bar', 'hyphen'],
'firacode_ligature_name': 'bar_hyphen.liga',
},
{ # -|
'chars': ['hyphen', 'bar'],
'firacode_ligature_name': 'hyphen_bar.liga',
},
{ # _|_
'chars': ['underscore', 'bar', 'underscore'],
'firacode_ligature_name': 'underscore_bar_underscore.liga',
},
{ # #=
'chars': ['numbersign', 'equal'],
'firacode_ligature_name': 'numbersign_equal.liga',
{ # __
'chars': ['underscore', 'underscore'],
'firacode_ligature_name': 'underscore_underscore.liga',
},
{ # <==>
'chars': ['less', 'equal','equal','greater'],
Expand Down

0 comments on commit 7421e3c

Please sign in to comment.