Lines Matching refs:highlight
10 …call prop_type_add('comment', {'highlight': 'Directory', 'priority': 123, 'start_incl': 1, 'end_in…
16 call assert_equal('Directory', proptype['highlight'])
27 call assert_false(has_key(proptype, 'highlight'))
42 …call prop_type_add('comment', #{bufnr: bufnr, highlight: 'Directory', priority: 123, start_incl: 1…
48 call assert_equal('Directory', proptype['highlight'])
58 call assert_false(has_key(proptype, 'highlight'))
139 call prop_type_add('prop_name', {'highlight': 'Directory'})
261 prop_type_add('misspell', {highlight: 'ErrorMsg'})
278 call prop_type_add('test', {'highlight': 'ErrorMsg'})
420 highlight: 'Directory',
732 call prop_type_add('comment', {'highlight': 'Directory'})
776 eval 'comment'->prop_type_add({'highlight': 'Directory'})
840 call prop_type_add('comment', {'highlight': 'Directory'})
880 call prop_type_add('prop', {'highlight': 'Directory'})
896 call prop_type_add('testprop', {'highlight': 'Directory'})
921 call prop_type_add('comment', {'highlight': 'Directory'})
1006 call prop_type_add('comment', {'highlight': 'Directory'})
1055 \ "call prop_type_add('number', {'highlight': 'NumberProp'})",
1056 \ "call prop_type_add('long', {'highlight': 'NumberProp'})",
1057 \ "call prop_type_change('long', {'highlight': 'LongProp'})",
1058 \ "call prop_type_add('start', {'highlight': 'NumberProp', 'start_incl': 1})",
1059 \ "call prop_type_add('end', {'highlight': 'NumberProp', 'end_incl': 1})",
1060 \ "call prop_type_add('both', {'highlight': 'NumberProp', 'start_incl': 1, 'end_incl': 1})",
1061 \ "call prop_type_add('background', {'highlight': 'BackgroundProp', 'combine': 0})",
1062 \ "call prop_type_add('backgroundcomb', {'highlight': 'NumberProp', 'combine': 1})",
1063 \ "eval 'backgroundcomb'->prop_type_change({'highlight': 'BackgroundProp'})",
1064 \ "call prop_type_add('error', {'highlight': 'UnderlineProp'})",
1113 \ "call prop_type_add('search', {'highlight': 'SearchProp'})",
1154 call prop_type_add('search', {'highlight': 'SearchProp'})
1174 prop_type_add('number', {'highlight': 'ErrorMsg'})
1201 call prop_type_add('TPTitle', #{ highlight: 'Title' })
1215 call prop_type_add('comment', {'highlight': 'Search'})
1222 " Adding a text property with invalid highlight should be ignored.
1224 call assert_fails("call prop_type_add('dni', {'highlight': 'DoesNotExist'})", 'E970:')
1264 call prop_type_add('ErrorMsg', #{highlight:'ErrorMsg'})
1284 call prop_type_add('number', {'highlight': 'ErrorMsg'})
1312 call prop_type_add("test", {"highlight": "Search"})
1348 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1380 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1399 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1414 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1429 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1485 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1508 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1528 call prop_type_add('test', {'highlight': 'ErrorMsg'})
1584 prop_type_add('someprop', {highlight: 'ErrorMsg'})
1601 prop_type_add('Test', {highlight: 'ErrorMsg'})
1623 prop_type_add('bufnr-global', {highlight: 'ErrorMsg'})
1624 prop_type_add('bufnr-buffer', {highlight: 'StatusLine', bufnr: bufnr})
1636 {highlight: 'ErrorMsg', end_incl: 0, start_incl: 0, priority: 0, combine: 1},
1640 {highlight: 'StatusLine', end_incl: 0, start_incl: 0, priority: 0, bufnr: bufnr, combine: 1},