[DEBUG] correct some un-understanding not parse file type like hxx

This commit is contained in:
2016-07-24 14:42:50 +02:00
parent c7de44171d
commit 4667e78aa6
10 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<EdnLang version="0.1" lang="C++">
<ext>.*\.(cpp|cxx|cc|h|hpp|hxx|mm)</ext>
<ext>.*\.(cpp|CPP|cxx|CXX|cc|CC|hpp|HPP|hxx|HXX|h|H|mm|MM|c++|C++|m++|M++|mpp|MPP)</ext>
<pass1><!-- multiline section & parse all file (now) and when modification retrive previous modification -->
<rule name="doxygen multiline">
<color>commentDoxygen</color>