Skip to content

Commit

Permalink
fix: add ticks to identifier definition to prevent prettier from form…
Browse files Browse the repository at this point in the history
…atting it
  • Loading branch information
sgulseth committed Sep 18, 2024
1 parent 0db3049 commit 37df252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Comments cannot start inside a string literal.

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.

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

## Digits

Expand Down

0 comments on commit 37df252

Please sign in to comment.