From d3a26d158e4607ce677404920ad72508eb6f9de2 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Wed, 23 Aug 2023 12:46:18 -0400 Subject: raw printer this printer preserves all whitespaces and comments in original meson.build file. It will be useful for rewrite and potential auto-formatter --- docs/markdown/Syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Syntax.md b/docs/markdown/Syntax.md index b69ad00ae..59ec5f7ba 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: -- cgit v1.2.3