Skip to content

Commit

Permalink
fix: add empty-text notation for json keys
Browse files Browse the repository at this point in the history
  • Loading branch information
e-matteson committed Apr 27, 2024
1 parent 05b11f6 commit fbf49f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json_lang.ron
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ LanguageSpec(
),
("Key",
Style(Properties(fg_color: Some(Base0C)),
Text)),
Check(IsEmptyText, Here, Literal("•"), Text))),
("ObjectPair",
Choice(
// single line
Expand Down

0 comments on commit fbf49f6

Please sign in to comment.