Repository :
https://github.com/colorer/Colorer-schemes
On branch : master
Link :
https://github.com/colorer/Colorer-schemes/commit/783e99fb2a92e38836c71b1b60f20d08cfb4daf9
>---------------------------------------------------------------
commit 783e99fb2a92e38836c71b1b60f20d08cfb4daf9
Author: Yuri Ivanov <
jur...@yandex.ru>
Date: Sun Feb 15 18:24:34 2026 +0300
Added extention icpp for cpp (#202)
Added extention icpp for cpp programming language.
>---------------------------------------------------------------
783e99fb2a92e38836c71b1b60f20d08cfb4daf9
base/hrc/proto.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/hrc/proto.hrc b/base/hrc/proto.hrc
index a7d76b3..86e3615 100644
--- a/base/hrc/proto.hrc
+++ b/base/hrc/proto.hrc
@@ -38,7 +38,7 @@
</prototype>
<prototype name="cpp" group="main" description="C++">
<location link="base/cpp.hrc" />
- <filename>/\.(cpp|cxx|cc|hpp|h)$/i</filename>
+ <filename>/\.(cpp|cxx|cc|hpp|h|icpp)$/i</filename>
<firstline>/^\s*(\/\* | \/\/)/xi</firstline>
<firstline>/\#include/</firstline>
<firstline>/\#define|\#if/</firstline>