diff options
author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-08-23 12:46:18 -0400 |
---|---|---|
committer | Charles Brunet <charles.brunet@optelgroup.com> | 2023-09-11 07:51:19 -0400 |
commit | d3a26d158e4607ce677404920ad72508eb6f9de2 (patch) | |
tree | b18371d52fa3e09e468099168a94abefdc345aa5 /docs | |
parent | 6a18ae48b33c345185a8eda49e93adb1fb4594a9 (diff) | |
download | meson-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.md | 2 |
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: |