13 lines
596 B
XML
13 lines
596 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<EdnLang version="0.1" lang="C++">
|
|
<ext>.*\.(cpp|CPP|cxx|CXX|cc|CC|hpp|HPP|hxx|HXX|hh|h|H|mm|MM|c\+\+|C\+\+|m\+\+|M\+\+|mpp|MPP)</ext>
|
|
<pass1><!-- multiline section & parse all file (now) and when modification retrive previous modification -->
|
|
</pass1>
|
|
<pass2> <!-- Parse on display data ==> nor regenerate every display but every time modification apear -->
|
|
<rule name="numeric constant">
|
|
<color>number</color>
|
|
<regex>\@((0(x|X)[0-9a-fA-F]*)|(\d+\.?\d*|\.\d+)((e|E)(\+|\-)?\d+)?)(LL|L|l|UL|ul|u|U|F|f)?\@</regex>
|
|
</rule>
|
|
</pass2>
|
|
</EdnLang>
|