Lines Matching refs:group

210 NAMING CONVENTIONS		    *group-name* *{group-name}* *E669* *W18*
212 A syntax group name is to be used for syntax items that match the same kind of
213 thing. These are then linked to a highlight group that specifies the color.
214 A syntax group name doesn't specify any color or attributes itself.
216 The name for a highlight or syntax group must consist of ASCII letters, digits
222 These are the suggested group names (if syntax highlighting works properly
278 Note that highlight group names are not case sensitive. "String" and "string"
279 can be used for the same group.
281 The following names are reserved and cannot be used as a group name:
285 When using the Ignore group, you may also consider using the conceal
482 current "DiffDelete" highlight group is used. If "DiffDelete" and "StatusLine"
1031 ANSI constants will be highlighted with the "cConstant" group. This includes
1089 syntax group names, each containing a |List| of identifiers.
1096 Refer to the Clojure syntax script for valid syntax group names.
1367 'Type' highlighting group and 'Comment' for punctuation and '%'.
1369 highlighting group and the 'Type' highlighting group for the
1523 directives per default in the same syntax group.
1705 group where you will have inline java code where it does not highlight
1710 group to make them easier to see.
1976 the color change the group CommentTitle).
2213 use this option, add your own extensions to the mooKnownBuiltinFunction group.
3293 increase them. This primarily affects synchronizing (i.e. just what group,
3360 If you want to include a new math group in your LaTeX, the following
3363 You'll want to provide the new math group with a unique suffix
3367 You'll need to change "mathzone" to the name of your new math group,
3369 The "starform" variable, if true, implies that your new math group
3472 < will prevent the texMatcher group from being included in those regions.
3646 Several syntax ITEMs can be put into one syntax GROUP. For a syntax group
3649 and put them both in the "Comment" group. You can then specify that a
3651 one highlight group for one syntax item, or put all items into one group.
3653 each item in its own group results in having to specify the highlighting
3656 Note that a syntax group and a highlight group are similar. For a highlight
3657 group you will have given highlight attributes. These attributes will be used
3658 for the syntax group with the same name.
3759 :sy[ntax] keyword {group-name} [{options}] {keyword} .. [{options}]
3763 {group-name} Is a syntax group name such as "Comment".
3765 {keyword} .. Is a list of keywords which are part of this group.
3801 and use one highlight group, and once contained, and use a different
3802 highlight group. Example: >
3806 highlight group is used. When finding "tag" in a syntax item that
3807 contains "vimSetting", the "vimSetting" group is used.
3812 :sy[ntax] match {group-name} [{options}]
3820 {group-name} A syntax group name such as "Comment".
3841 :sy[ntax] region {group-name} [{options}]
3842 [matchgroup={group-name}]
3853 {group-name} A syntax group name such as "Comment".
3855 [matchgroup={group-name}] The syntax group to use for the following
3859 a different group for the start or end match.
3981 < This will highlight the quotes with the "Quote" group, and the text in
3982 between with the "String" group.
4134 transparent group.
4178 contains={group-name},..
4180 The "contains" argument is followed by a list of syntax group names. These
4182 containing group's end). This allows for recursive nesting of matches and
4184 this item. The group names do not need to be defined before they can be used
4191 contains=ALLBUT,{group-name},..
4201 contains=TOP,{group-name},..
4208 contains=CONTAINED,{group-name},..
4213 The {group-name} in the "contains" list can be a pattern. All group names
4219 command defines a new group, it is not matched. Be careful: When putting
4222 group names.
4231 containedin={group-name}... *:syn-containedin*
4233 The "containedin" argument is followed by a list of syntax group names. The
4237 The {group-name}... can be used just like for "contains", as explained above.
4253 nextgroup={group-name},.. *:syn-nextgroup*
4255 The "nextgroup" argument is followed by a list of syntax group names,
4260 a match, highlighting continues normally. If there is a match, this group
4262 current group. This is like giving the mentioned group priority over all
4277 highlighted according to the "ccFoobar" group, because the ccFooBar match
4286 used to allow the next group to match after skipping some text:
4292 next group that matches the white space.
4299 When skipping text while looking for a next group, the matches for other
4300 groups are ignored. Only when no next group matches, other items are tried
4301 for a match again. This means that matching a next group and skipping white
4509 :sy[ntax] cluster {cluster-name} [contains={group-name}..]
4510 [add={group-name}..]
4511 [remove={group-name}..]
4516 contains={group-name}..
4518 add={group-name}..
4520 remove={group-name}..
4574 "contained" flag added. In addition, if a group list is specified,
4600 :sy[ntax] sync [ccomment [group-name] | minlines={N} | ...]
4659 comment, the last region syntax item with the group-name "Comment" will be
4660 used. This requires that there is a region with the group-name "Comment"!
4661 An alternate group name can be specified, for example: >
4701 - The syntax items with the "sync" keyword form a completely separated group
4705 - A line continuation pattern can be given. It is used to decide which group
4710 group of continued lines).
4711 - When using a region, it must start and end in the same line (or group of
4713 line (or group of continued lines).
4714 - When a match with a sync pattern is found, the rest of the line (or group of
4721 search for the sync pattern started). The syntax group that is expected
4724 2. Parsing for highlighting continues just after the match. The syntax group
4739 :syntax sync match {sync-group-name} grouphere {group-name} "pattern" ..
4741 Define a match that is used for syncing. {group-name} is the
4742 name of a syntax group that follows just after the match. Parsing
4744 must exist for this {group-name}. The first one defined will be used.
4745 "NONE" can be used for when there is no syntax group after the match.
4748 :syntax sync match {sync-group-name} groupthere {group-name} "pattern" ..
4750 Like "grouphere", but {group-name} is the name of a syntax group that
4783 :syntax sync clear {sync-group-name} ..
4792 To show the syntax items for one syntax group: >
4794 :sy[ntax] list {group-name}
4811 linked to a group of the second type.
4817 This will open a new window containing all highlight group names, displayed
4865 :hi[ghlight] {group-name}
4866 List one highlight group.
4875 :hi[ghlight] clear {group-name}
4876 :hi[ghlight] {group-name} NONE
4877 Disable the highlighting for one highlight group. It
4880 :hi[ghlight] [default] {group-name} {key}={arg} ..
4881 Add a highlight group, or change the highlighting for
4882 an existing group. If a given color name is not
4889 Normally a highlight group is added once when starting up. This sets the
4906 When listing a highlight group and 'verbose' is non-zero, the listing will
5068 When setting the "ctermfg" or "ctermbg" colors for the Normal group,
5072 < When setting the "ctermbg" color for the Normal group, the
5082 When you have set "ctermfg" or "ctermbg" for the Normal group, Vim
5089 setting the colors for the Normal group and for the MS-Windows
5093 command is given. If the Normal group colors are changed later, the
5104 Note that the attributes are ignored for the "Normal" group.
5112 When setting the font for the "Normal" group, this becomes the default
5116 When setting the font for the "Menu" group, the menus will be changed.
5117 When setting the font for the "Tooltip" group, the tooltips will be
5372 group, and give the color attributes only for that group.
5376 :hi[ghlight][!] [default] link {from-group} {to-group}
5380 :hi[ghlight][!] [default] link {from-group} NONE
5383 - If the {from-group} and/or {to-group} doesn't exist, it is created. You
5384 don't get an error message for a non-existing group.
5385 - As soon as you use a ":highlight" command for a linked group, the link is
5387 - If there are already highlight settings for the {from-group}, the link is
5394 group. If highlighting has already been specified for the group the command
5426 :syntax clear {group-name} ..
5427 This removes all patterns and keywords for {group-name}.
5429 To clean up specific syntax group lists for the current buffer: >