Commit 8591b87
committed
minor #4215 Fixed code highlighting (WouterJ)
This PR was merged into the 2.3 branch.
Discussion
----------
Fixed code highlighting
| Q | A
| --- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | -
> Double quoted strings are the only scalar style capable of expressing arbitrary strings, by using “\” escape sequences.
> - http://yaml.org/spec/1.1/#id904245
`\w` and `\d` are invalid escape sequences in Yaml, causing the Yaml highlighter to fail.
Commits
-------
f4b5dc6 Fixed code highlighting1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments