Lines Matching refs:conceal
285 When using the Ignore group, you may also consider using the conceal
286 mechanism. See |conceal|.
398 features such as conceal support will not function, and the colors may be
534 |conceal|ed.
2010 The json syntax file provides syntax highlighting with conceal support by
3229 Tex: Taking Advantage of Conceal Mode |tex-conceal|
3386 *tex-cchar* *tex-cole* *tex-conceal*
3402 You may selectively use conceal mode by setting g:tex_conceal in your
3413 By leaving one or more of these out, the associated conceal-character
3438 See |tex-conceal| for how to enable concealed character replacement.
4021 conceal
4031 conceal *conceal* *:syn-conceal*
4033 When the "conceal" argument is given, the item is marked as concealable.
4038 Another way to conceal text is with |matchadd()|.
4051 when it is concealed (setting "cchar" only makes sense when the conceal
4052 argument is given.) If "cchar" is not set then the default conceal
4055 :syntax match Entity "&" conceal cchar=&
4315 IMPLICIT CONCEAL *:syn-conceal-implicit*
4317 :sy[ntax] conceal [on|off]
4319 matches or regions with the "conceal" flag set. After ":syn conceal
4321 defined will have the "conceal" flag set implicitly. ":syn conceal
4322 off" returns to the normal state where the "conceal" flag must be
4325 :sy[ntax] conceal
4326 Show either "syntax conceal on" or "syntax conceal off" (translated).