Skip to content

Commit 4edf300

Browse files
committed
docs: Mark code blocks in Markdown with relevant language
1 parent ee7f7d7 commit 4edf300

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fluent/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ FTL is designed to be simple to read, but at the same time allows to represent
9090
complex concepts from natural languages like gender, plurals, conjugations, and
9191
others.
9292

93-
hello-user = Hello, { $username }!
93+
```fluent
94+
hello-user = Hello, { $username }!
95+
```
9496

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

0 commit comments

Comments
 (0)