Add more highlighting for testing primtives.

This commit is contained in:
ADAM David Alan Martin
2022-06-16 17:19:12 -04:00
parent e07e1f8e3d
commit 34e8da4e82

View File

@ -181,6 +181,10 @@ syn match cxxStlDangerousFunction "\(\.\)\@<=release()"
syn match cxxTestingCall "\<test\.expect\>"
syn match cxxTestingCall "\<test\.demand\>"
syn match cxxTestingCall "\<test\.expect_eq\>"
syn match cxxTestingCall "\<test\.expect_ne\>"
syn match cxxTestingCall "\<test\.demand_eq\>"
syn match cxxTestingCall "\<test\.demand_ne\>"
" Define the default highlighting.