comparison runtime/doc/syntax.txt @ 217:89114a6baf3c

updated for version 7.0061
author vimboss
date Fri, 18 Mar 2005 20:27:04 +0000
parents 0e902b8f511f
children 7fd4b5df33be
comparison
equal deleted inserted replaced
216:da182deebec7 217:89114a6baf3c
1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Feb 21 1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Mar 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3630 term={attr-list} *attr-list* *highlight-term* *E418* 3630 term={attr-list} *attr-list* *highlight-term* *E418*
3631 attr-list is a comma separated list (without spaces) of the 3631 attr-list is a comma separated list (without spaces) of the
3632 following items (in any order): 3632 following items (in any order):
3633 bold 3633 bold
3634 underline 3634 underline
3635 undercurl not always available
3635 reverse 3636 reverse
3636 inverse same as reverse 3637 inverse same as reverse
3637 italic 3638 italic
3638 standout 3639 standout
3639 NONE no attributes used (used to reset it) 3640 NONE no attributes used (used to reset it)
3640 3641
3641 Note that "bold" can be used here and by using a bold font. They 3642 Note that "bold" can be used here and by using a bold font. They
3642 have the same effect. 3643 have the same effect.
3644 "undercurl" is a curly underline. When "undercurl" is not possible
3645 then "underline" is used. In general "undercurl" is only available in
3646 the GUI.
3643 3647
3644 start={term-list} *highlight-start* *E422* 3648 start={term-list} *highlight-start* *E422*
3645 stop={term-list} *term-list* *highlight-stop* 3649 stop={term-list} *term-list* *highlight-stop*
3646 These lists of terminal codes can be used to get 3650 These lists of terminal codes can be used to get
3647 non-standard attributes on a terminal. 3651 non-standard attributes on a terminal.
3793 character size as the default font! Otherwise redrawing problems will 3797 character size as the default font! Otherwise redrawing problems will
3794 occur. 3798 occur.
3795 3799
3796 guifg={color-name} *highlight-guifg* 3800 guifg={color-name} *highlight-guifg*
3797 guibg={color-name} *highlight-guibg* 3801 guibg={color-name} *highlight-guibg*
3798 These give the foreground (guifg) and background (guibg) color to 3802 guisp={color-name} *highlight-guisp*
3799 use in the GUI. There are a few special names: 3803 These give the foreground (guifg), background (guibg) and special
3804 (guisp) color to use in the GUI. "guisp" is used for underline and
3805 undercurl. There are a few special names:
3800 NONE no color (transparent) 3806 NONE no color (transparent)
3801 bg use normal background color 3807 bg use normal background color
3802 background use normal background color 3808 background use normal background color
3803 fg use normal foreground color 3809 fg use normal foreground color
3804 foreground use normal foreground color 3810 foreground use normal foreground color
3823 |win32-colors|. 3829 |win32-colors|.
3824 3830
3825 You can also specify a color by its Red, Green and Blue values. 3831 You can also specify a color by its Red, Green and Blue values.
3826 The format is "#rrggbb", where 3832 The format is "#rrggbb", where
3827 "rr" is the Red value 3833 "rr" is the Red value
3834 "gg" is the Green value
3828 "bb" is the Blue value 3835 "bb" is the Blue value
3829 "gg" is the Green value
3830 All values are hexadecimal, range from "00" to "ff". Examples: > 3836 All values are hexadecimal, range from "00" to "ff". Examples: >
3831 :highlight Comment guifg=#11f0c3 guibg=#ff00ff 3837 :highlight Comment guifg=#11f0c3 guibg=#ff00ff
3832 < 3838 <
3833 *highlight-groups* *highlight-default* 3839 *highlight-groups* *highlight-default*
3834 These are the default highlighting groups. These groups are used by the 3840 These are the default highlighting groups. These groups are used by the