c-family.kak: Remove invalid 'compl' keyword from C++ highlight
This commit is contained in:
parent
5791632a98
commit
f8dee65d6e
|
@ -183,7 +183,7 @@ add-highlighter shared/cpp/code regex %{\b-?(0x[0-9a-fA-F]+|\d+)[fdiu]?|'((\\.)?
|
||||||
%sh{
|
%sh{
|
||||||
# Grammar
|
# Grammar
|
||||||
keywords="alignas alignof and and_eq asm bitand bitor break case catch
|
keywords="alignas alignof and and_eq asm bitand bitor break case catch
|
||||||
compl const_cast continue decltype default delete do dynamic_cast
|
const_cast continue decltype default delete do dynamic_cast
|
||||||
else explicit for goto if new not not_eq operator or or_eq
|
else explicit for goto if new not not_eq operator or or_eq
|
||||||
reinterpret_cast return sizeof static_assert static_cast switch
|
reinterpret_cast return sizeof static_assert static_cast switch
|
||||||
throw try typeid using while xor xor_eq"
|
throw try typeid using while xor xor_eq"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user