Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 6fa5a9c

Browse files
author
Florens Verschelde
committed
Missing syntax highlighting
1 parent 3954c60 commit 6fa5a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ c::set('twig.error', '');
1818

1919
## Customizing the Twig environment
2020

21-
```
21+
```php
2222
// List of additional functions that should be available in templates
2323
c::set('twig.env.functions', ['myCustomFunction']);
2424

@@ -32,7 +32,7 @@ c::set('twig.namespace.mynamespace', kirby()->roots()->index().'/mydirectory');
3232

3333
## Advanced
3434

35-
```
35+
```php
3636
// Use Twig’s PHP cache?
3737
// Enabled by default. Note that Kirby has its own HTML cache for pages,
3838
// so this might be extra work, but for pages which are often not cached

0 commit comments

Comments
 (0)