Add operator highlighting

This commit is contained in:
Joey Yakimowich-Payne 2021-07-09 20:48:11 -06:00
commit 9f2abe1c83

View file

@ -190,7 +190,7 @@ call <sid>hi('Statement', s:cdPink, {}, 'none', {})
call <sid>hi('Conditional', s:cdPink, {}, 'none', {}) call <sid>hi('Conditional', s:cdPink, {}, 'none', {})
call <sid>hi('Repeat', s:cdPink, {}, 'none', {}) call <sid>hi('Repeat', s:cdPink, {}, 'none', {})
call <sid>hi('Label', 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('Keyword', s:cdBlue, {}, 'none', {})
call <sid>hi('Exception', s:cdPink, {}, 'none', {}) call <sid>hi('Exception', s:cdPink, {}, 'none', {})