diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-11-09 10:43:46 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-11-09 10:43:46 +0800 |
| commit | f8dee65d6ed99cdef1e7dd48af2081a62371e83c (patch) | |
| tree | 488471b0ba738f0c2abd78c3f701e8fc71f894a5 | |
| parent | 5791632a984e37e4acc882b514a09f521381896d (diff) | |
c-family.kak: Remove invalid 'compl' keyword from C++ highlight
| -rw-r--r-- | rc/core/c-family.kak | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
