From f8dee65d6ed99cdef1e7dd48af2081a62371e83c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 9 Nov 2017 10:43:46 +0800 Subject: [PATCH] c-family.kak: Remove invalid 'compl' keyword from C++ highlight --- rc/core/c-family.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/core/c-family.kak b/rc/core/c-family.kak index d1bf9eba..643fbce2 100644 --- a/rc/core/c-family.kak +++ b/rc/core/c-family.kak @@ -183,7 +183,7 @@ add-highlighter shared/cpp/code regex %{\b-?(0x[0-9a-fA-F]+|\d+)[fdiu]?|'((\\.)? %sh{ # Grammar 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 reinterpret_cast return sizeof static_assert static_cast switch throw try typeid using while xor xor_eq"