Skip to content

Commit 8ee764f

Browse files
committed
Use double quotation mark to quote string values
1 parent 3cf3c06 commit 8ee764f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

languages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ Ats:
132132
- red
133133
- blue
134134
hex:
135-
- '#FFFF00'
136-
- '#FF0000'
137-
- '#0000FF'
138-
chip: '#1AC620'
135+
- "#FFFF00"
136+
- "#FF0000"
137+
- "#0000FF"
138+
chip: "#1AC620"
139139
serialization: ATS
140140
AutoHotKey:
141141
type: programming

0 commit comments

Comments
 (0)