Commit e8fe1e8
committed
minor symfony#10084 Fix the YAML syntax highlighting (javiereguiluz)
This PR was merged into the 2.8 branch.
Discussion
----------
Fix the YAML syntax highlighting
In 3.4 this example doesn't show proper highlighting because of not wrapping some values with quotes. So let's fix it since 2.8, although it's not strictly necessary for 2.8.
Commits
-------
ebc31ed Fix the YAML syntax highlighting1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments