aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-12-28 13:39:39 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-01-01 15:05:13 +0100
commit18c22a6fb4c2526c996452215abd62a6a2abe781 (patch)
treeaf008552d145f3f5b138437cc9d0db9966e89f91 /runtime/doc/syntax.txt
parentc4942880be0521673548c48bf61c1eac6bd37036 (diff)
downloadrneovim-18c22a6fb4c2526c996452215abd62a6a2abe781.tar.gz
rneovim-18c22a6fb4c2526c996452215abd62a6a2abe781.tar.bz2
rneovim-18c22a6fb4c2526c996452215abd62a6a2abe781.zip
docs: fix treesitter parsing errors
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 49ca7e38f6..b4afc3f233 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -2475,7 +2475,7 @@ from the rest of the name (like 'PkgName::' in '$PkgName::VarName'): >
(In Vim 6.x it was the other way around: "perl_want_scope_in_variables"
enabled it.)
-If you do not want complex things like '@{${"foo"}}' to be parsed: >
+If you do not want complex things like `@{${"foo"}}` to be parsed: >
:let perl_no_extended_vars = 1
@@ -5042,7 +5042,7 @@ ctermbg={color-nr} *ctermbg*
a number instead of a color name.
Note that for 16 color ansi style terminals (including xterms), the
- numbers in the NR-8 column is used. Here '*' means 'add 8' so that
+ numbers in the NR-8 column is used. Here "*" means "add 8" so that
Blue is 12, DarkGray is 8 etc.
Note that for some color terminals these names may result in the wrong