Skip to content

Commit

Permalink
Fix symbol syntax (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfluehr authored and teoli2003 committed Oct 7, 2017
1 parent c07c9ba commit fc0d5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
"syntax": "step-start | step-end | steps(<integer>[, [ start | end ] ]?)"
},
"symbol": {
"syntax": "<string> | <image> | <ident>"
"syntax": "<string> | <image> | <custom-ident>"
},
"target": {
"syntax": "<target-counter()> | <target-counters()> | <target-text()>"
Expand Down

0 comments on commit fc0d5d2

Please sign in to comment.