aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/cpp.tes
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lexers/cpp.tes')
-rw-r--r--lib/lexers/cpp.tes5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/lexers/cpp.tes b/lib/lexers/cpp.tes
index 851e82a..699d175 100644
--- a/lib/lexers/cpp.tes
+++ b/lib/lexers/cpp.tes
@@ -1,6 +1,6 @@
!*
- * C++ Lexing: Also used for all *.h headers since
- * they cannot be distinguished.
+ * C++/Objective C++ Lexing: Also used for all *.h headers since
+ * they cannot be distinguished between C descendants.
*!
@[lexer.test.cpp]{
@@ -12,6 +12,7 @@
:EN*.hppQ*"S -1 '
:EN*.hxxQ*"S -1 '
:EN*.ippQ*"S -1 '
+ :EN*.mmQ*"S -1 '
:EN*.smaQ*
}