Skip to content

Commit

Permalink
Use double quotation mark to quote string values
Browse files Browse the repository at this point in the history
  • Loading branch information
pykenny committed Sep 9, 2023
1 parent 3cf3c06 commit 8ee764f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ Ats:
- red
- blue
hex:
- '#FFFF00'
- '#FF0000'
- '#0000FF'
chip: '#1AC620'
- "#FFFF00"
- "#FF0000"
- "#0000FF"
chip: "#1AC620"
serialization: ATS
AutoHotKey:
type: programming
Expand Down

0 comments on commit 8ee764f

Please sign in to comment.