There was an error while loading. Please reload this page.
1 parent 27c15c8 commit 5220946Copy full SHA for 5220946
1 file changed
lib/makeup/token/utils.ex
@@ -95,7 +95,7 @@ defmodule Makeup.Token.Utils do
95
96
@precedence Hierarchy.hierarchy_to_precedence(@hierarchy)
97
@token_to_class_map Hierarchy.style_to_class_map(@hierarchy)
98
- @standard_token_types Map.keys(@token_to_class_map)
+ @standard_token_types @token_to_class_map |> Map.keys() |> Enum.sort()
99
100
def precedence do
101
@precedence
0 commit comments