| /vim-8.2.3635/runtime/syntax/ |
| H A D | redif.vim | 31 highlight def link redifWrongLine redifError 339 highlight def link redifFieldFax redifField 354 highlight def link redifFieldISBN redifField 355 highlight def link redifFieldISSN redifField 375 highlight def link redifFieldName redifField 453 highlight def link redifFieldURL redifField 923 " Final highlight 924 highlight def link redifComment Comment 925 highlight def link redifError Error 926 highlight def link redifField Identifier [all …]
|
| H A D | neomuttrc.vim | 699 highlight def link muttrcColorBG Error 700 highlight def link muttrcColorBGH Error 701 highlight def link muttrcColorBGI Error 703 highlight def link muttrcColorFG Error 710 highlight def link muttrcPattern Error 735 highlight def link muttrcAction Macro 838 highlight def link muttrcRXPat String 846 highlight def link muttrcColor Type 849 highlight def link muttrcHeader Type 850 highlight def link muttrcHooks Type [all …]
|
| H A D | vroom.vim | 84 highlight default link vroomInput Identifier 87 highlight default link vroomSystem vroomInput 88 highlight default link vroomOutput Statement 90 highlight default link vroomHijack Special 94 highlight default link vroomMessage vroomOutput 98 highlight default link vroomBuffer vroomInput 99 highlight default link vroomRange Include 100 highlight default link vroomMode Constant 101 highlight default link vroomDelay Type 103 highlight default link vroomChannel vroomMode [all …]
|
| H A D | ada.vim | 215 " highlight them differently. 313 highlight def link adaLabel Label 314 highlight def link adaNumber Number 315 highlight def link adaSign Number 318 highlight def link adaRepeat Repeat 321 highlight def link adaString String 323 highlight def link adaTodo Todo 324 highlight def link adaType Type 329 highlight def link adaAttribute Tag 330 highlight def link adaInc Include [all …]
|
| H A D | trustees.vim | 16 highlight link tfsError Error 18 highlight link tfsSpecialComment Todo 20 highlight link tfsComment Comment 23 highlight link tfsSpecialChar Operator 25 highlight link tfsDelimiter Delimiter 30 highlight link tfsRuleDevice Label 31 highlight link tfsDeviceContainer PreProc 35 highlight link tfsRulePath String 40 highlight link tfsRuleWho Identifier 42 highlight link tfsRuleWhat Structure
|
| H A D | j.vim | 124 highlight default link jString String 125 highlight default link jNumber Number 127 highlight default link jAdverb Normal 128 highlight default link jConjunction Normal 129 highlight default link jVerb Normal 130 highlight default link jCopula Normal 134 highlight default link jDefineExpression Define 137 highlight default link jNounDefine Normal 139 highlight default link jTodo Todo 140 highlight default link jComment Comment [all …]
|
| H A D | gemtext.vim | 17 highlight default link Heading Special 18 highlight default link List Statement 19 highlight default link LinkURL Underlined 20 highlight default link Quote Constant 21 highlight default link Preformatted Identifier
|
| H A D | esmtprc.vim | 25 highlight link esmtprcOptions Label 26 highlight link esmtprcString String 27 highlight link esmtprcAddress Type 28 highlight link esmtprcIdentifier Identifier 29 highlight link esmtprcFulladd Include
|
| H A D | clojure.vim | 165 highlight default link clojureBoolean Boolean 167 highlight default link clojureKeyword Keyword 168 highlight default link clojureNumber Number 169 highlight default link clojureString String 170 highlight default link clojureStringDelimiter String 191 highlight default link clojureDefine Define 194 highlight default link clojureMacro Macro 195 highlight default link clojureRepeat Repeat 197 highlight default link clojureSpecial Special 207 highlight default link clojureCommentTodo Todo [all …]
|
| H A D | dircolors.vim | 37 highlight default link dircolorsNumber Number 40 highlight default link dircolorsTodo Todo 41 highlight default link dircolorsComment Comment 42 highlight default link dircolorsKeyword Keyword 43 highlight default link dircolorsExtension Identifier 44 highlight default link dircolorsEscape Special 184 execute 'highlight default dircolorsColor' . b:dc_next_index . '_' . 196 execute 'highlight clear dircolorsColor' . i . '_' . bufnr
|
| H A D | rrst.vim | 8 " To highlight chunk headers as R code, put in your vimrc: 22 " highlight R chunks 24 " highlight R code inside chunk header 33 " also highlight in-line R code
|
| H A D | hitest.vim | 8 " To see your current highlight settings, do 26 " print current highlight settings into register a 28 silent highlight 43 " insert highlight settings 86 let b:various = &highlight.',:Normal,:Cursor,:,'
|
| H A D | icemenu.vim | 30 highlight link _rules Underlined 31 highlight link _ids Type 32 highlight link _icon Special
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | torte.vim | 19 highlight Normal guifg=Grey80 guibg=Black 21 highlight Visual guifg=#404040 gui=bold 23 highlight Special guifg=Orange 24 highlight Comment guifg=#80a0ff 25 highlight StatusLine guifg=blue guibg=white 26 highlight Statement guifg=Yellow gui=NONE 27 highlight Type gui=NONE 32 highlight Visual cterm=reverse 34 highlight Special ctermfg=Brown 35 highlight Comment ctermfg=Blue [all …]
|
| H A D | pablo.vim | 14 highlight Comment ctermfg=8 guifg=#808080 15 highlight Constant ctermfg=14 cterm=none guifg=#00ffff gui=none 16 highlight Identifier ctermfg=6 guifg=#00c0c0 18 highlight PreProc ctermfg=10 guifg=#00ff00 19 highlight Type ctermfg=2 guifg=#00c000 20 highlight Special ctermfg=12 guifg=#0000ff 21 highlight Error ctermbg=9 guibg=#ff0000 22 highlight Todo ctermfg=4 ctermbg=3 guifg=#000080 guibg=#c0c000 23 highlight Directory ctermfg=2 guifg=#00c000 25 highlight Normal guifg=#ffffff guibg=#000000 [all …]
|
| H A D | README.txt | 13 highlight clear 14 highlight Normal ... 19 highlight clear Normal 21 highlight clear 23 highlight Error ... 26 highlight Error ... 30 You can use ":highlight clear" to reset everything to the defaults, and then 33 Note that ":highlight clear" uses the value of 'background', thus set it 63 To see which highlight group is used where, find the help for 64 "highlight-groups" and "group-name". [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_highlight.vim | 17 highlight 759 set highlight=fb 761 set highlight=fi 763 set highlight=f- 765 set highlight=fr 767 set highlight=fs 769 set highlight=fu 771 set highlight=fc 950 highlight clear 962 highlight clear [all …]
|
| H A D | test_terminal3.vim | 170 \ "highlight Terminal ctermfg=blue", 182 \ "highlight MyWinCol ctermfg=red", 218 \ "highlight Terminal guifg=#3344ff", 226 \ "highlight MyTermCol guifg=#007800", 234 \ "highlight MyWinCol guifg=#fe1122", 429 \ "highlight Terminal ctermfg=blue", 441 \ "highlight MyWinCol ctermfg=red", 449 \ "highlight MyPopupHlCol ctermfg=cyan", 491 \ "highlight Terminal guifg=#3344ff", 499 \ "highlight MyTermCol guifg=#007800", [all …]
|
| H A D | test_textprop.vim | 16 call assert_equal('Directory', proptype['highlight']) 27 call assert_false(has_key(proptype, 'highlight')) 48 call assert_equal('Directory', proptype['highlight']) 58 call assert_false(has_key(proptype, 'highlight')) 261 prop_type_add('misspell', {highlight: 'ErrorMsg'}) 278 call prop_type_add('test', {'highlight': 'ErrorMsg'}) 420 highlight: 'Directory', 1312 call prop_type_add("test", {"highlight": "Search"}) 1348 call prop_type_add('test', {'highlight': 'ErrorMsg'}) 1584 prop_type_add('someprop', {highlight: 'ErrorMsg'}) [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | gvimrc_example.vim | 48 highlight Normal guibg=grey90 49 highlight Cursor guibg=Green guifg=NONE 50 highlight lCursor guibg=Cyan guifg=NONE 51 highlight NonText guibg=grey80 52 highlight Constant gui=NONE guibg=grey95 53 highlight Special gui=NONE guibg=grey95
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | debugger.txt | 23 Debug Source Highlight |debug-highlight| 28 However, the |alt-input| and |debug-highlight| were written to be usable in 50 Many debuggers mark specific lines by placing a small sign or color highlight 59 to highlight build errors, searched text, or other things. The sign feature 60 can also work together with the |debug-highlight| to ensure the mark is 66 1.3 Debug Source Highlight *debug-highlight* 68 This feature allows a line to have a predominant highlight. The highlight is 69 intended to make a specific line stand out. The highlight could be made to
|
| H A D | syntax.txt | 35 13. Highlight command |:highlight| 36 14. Linking groups |:highlight-link| 38 16. Highlighting tags |tag-highlight| 1932 highlight them use: > 3656 Note that a syntax group and a highlight group are similar. For a highlight 3802 highlight group. Example: > 4866 List one highlight group. 4868 *highlight-clear* 4905 *:highlight-verbose* 4949 with |highlight-guisp| or |highlight-ctermul|. You can try these [all …]
|
| H A D | textprop.txt | 27 The main use for text properties is to highlight text. This can be seen as a 49 how to highlight the text. The property type can have these entries: 50 "highlight" name of the highlight group to use 69 To highlight the numbers in this text: > 70 call prop_type_add('number', {'highlight': 'Constant'}) 293 highlight name of highlight group to use 298 combine when omitted or TRUE combine the highlight 299 with any syntax highlight; when FALSE syntax 300 highlight will not be used 373 properties below the changed text, so that they still highlight the same text,
|
| H A D | version4.txt | 25 'highlight' option changed |highlight-changed| 204 termcap entry that is wrong or incomplete, or you have set the highlight 230 t_ms t_ms save to move cursor in highlight mode 233 t_ti t_mr reverse highlight 235 t_tp t_me highlight end *t_tp* 315 'highlight' option changed *highlight-changed* 321 terminals and reverse mode is used as a fallback. |'highlight'| 323 When an occasion is not present in 'highlight', use the mode from the default 324 value for 'highlight', instead of reverse mode.
|
| /vim-8.2.3635/runtime/colors/tools/ |
| H A D | check_colors.vim | 95 let groups[group] = 'No highlight definition for ' .. group 122 let err['highlight'] = groups 191 let err['highlight']['Normal'] = 'Should be defined first' 193 let err['highlight']['Normal'] = "Should not use 'fg' or 'bg'" 195 let err['highlight']['Normal'] = 'Should not use reverse mode' 209 if key is# 'highlight' 223 for v1 in sort(keys(a:err['highlight'])) 224 echomsg printf("%25s: %s", v1, a:err['highlight'][v1])
|