Add operator highlighting
This commit is contained in:
parent
4a43d081c2
commit
9f2abe1c83
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ call <sid>hi('Statement', s:cdPink, {}, 'none', {})
|
|||
call <sid>hi('Conditional', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('Repeat', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('Label', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('Operator', s:cdFront, {}, 'none', {})
|
||||
call <sid>hi('Operator', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('Keyword', s:cdBlue, {}, 'none', {})
|
||||
call <sid>hi('Exception', s:cdPink, {}, 'none', {})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue