highlights(c): add Mircosoft attributes

This commit is contained in:
Stephan Seitz 2021-09-19 15:24:08 +02:00
parent 3aa122edfd
commit 18dc243188

View file

@ -170,5 +170,17 @@
(preproc_params
(identifier)) @parameter
"__attribute__" @attribute
[
"__attribute__"
"__cdecl"
"__clrcall"
"__stdcall"
"__fastcall"
"__thiscall"
"__vectorcall"
"_unaligned"
"__unaligned"
"__declspec"
] @attribute
(ERROR) @error