vim-patch:0b7d094: runtime(doc): Tweak doc style in syntax.txt (#35810)

closes: vim/vim#18310

0b7d094d70

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
zeertzjq
2025-09-17 10:13:43 +08:00
committed by GitHub
parent 518c1242d4
commit da66c34a4f

View File

@@ -4340,7 +4340,8 @@ Only the immediate containing item (the one at the top of the syntax stack) is
considered. Vim does not search other ancestors. If the immediate container
neither contains this item via |:syn-contains| nor is named in this item's
"containedin=", the match will not start even if some ancestor would allow it.
Note that a |:syn-transparent| region still enforces its own |:syn-contains| list.
Note that a |:syn-transparent| region still enforces its own |:syn-contains|
list.
The {group-name}... can be used just like for "contains", as explained above.