Skip to content

Commit 37419f4

Browse files
committed
docs: Mark code blocks in Markdown with relevant language
1 parent 89a5170 commit 37419f4

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
@@ -63,7 +63,9 @@ FTL is designed to be simple to read, but at the same time allows to represent
6363
complex concepts from natural languages like gender, plurals, conjugations, and
6464
others.
6565

66-
hello-user = Hello, { $username }!
66+
```fluent
67+
hello-user = Hello, { $username }!
68+
```
6769

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

0 commit comments

Comments
 (0)