Skip to content

Commit

Permalink
docs: Mark code blocks in Markdown with relevant language
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 27, 2024
1 parent 89a5170 commit 37419f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fluent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ FTL is designed to be simple to read, but at the same time allows to represent
complex concepts from natural languages like gender, plurals, conjugations, and
others.

hello-user = Hello, { $username }!
```fluent
hello-user = Hello, { $username }!
```

[Read the Fluent Syntax Guide][] in order to learn more about the syntax. If
you're a tool author you may be interested in the formal [EBNF grammar][].
Expand Down

0 comments on commit 37419f4

Please sign in to comment.