Skip to content

Commit 37df252

Browse files
committed
fix: add ticks to identifier definition to prevent prettier from formatting it
1 parent 0db3049 commit 37df252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/02-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Comments cannot start inside a string literal.
7171

7272
Identifiers are used to name entities such as parameters, attributes and functions. An identifier is a sequence of one or more letters and digits. The first character in an identifier must be a letter.
7373

74-
Identifier : /[A-Za-z\_][A-Za-z_0-9]\*/
74+
Identifier : `/[A-Za-z\_][A-Za-z_0-9]\*/`
7575

7676
## Digits
7777

0 commit comments

Comments
 (0)