aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2023-08-23 12:46:18 -0400
committerCharles Brunet <charles.brunet@optelgroup.com>2023-09-11 07:51:19 -0400
commitd3a26d158e4607ce677404920ad72508eb6f9de2 (patch)
treeb18371d52fa3e09e468099168a94abefdc345aa5 /docs
parent6a18ae48b33c345185a8eda49e93adb1fb4594a9 (diff)
downloadmeson-d3a26d158e4607ce677404920ad72508eb6f9de2.zip
meson-d3a26d158e4607ce677404920ad72508eb6f9de2.tar.gz
meson-d3a26d158e4607ce677404920ad72508eb6f9de2.tar.bz2
raw printer
this printer preserves all whitespaces and comments in original meson.build file. It will be useful for rewrite and potential auto-formatter
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Syntax.md b/docs/markdown/Syntax.md
index b69ad00..59ec5f7 100644
--- a/docs/markdown/Syntax.md
+++ b/docs/markdown/Syntax.md
@@ -109,7 +109,7 @@ Strings in Meson are declared with single quotes. To enter a literal
single quote do it like this:
```meson
-single quote = 'contains a \' character'
+single_quote = 'contains a \' character'
```
The full list of escape sequences is: