diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-11-11 09:54:32 +0800 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-11-11 09:54:32 +0800 |
| commit | add7f7e76b7f93fcba149f72f67d08d5cbae575e (patch) | |
| tree | 280530ced37dbb172d46056d771078f5133c62dc | |
| parent | 4ce69e2830b2701e44871ac69fa6a1fe3a4fa6b1 (diff) | |
Revert "c-family.kak: Remove invalid 'compl' keyword from C++ highlight"
This reverts commit f8dee65d6ed99cdef1e7dd48af2081a62371e83c.
compl is actually the alternate keyword for `~`.
| -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 643fbce2..d1bf9eba 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 - const_cast continue decltype default delete do dynamic_cast + compl 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" |
