- Add "strikeout" support in mdhl file;
MSVC2013 support C99 incompletely, which causes build errors for C codes in peg-highlight module. 1. Move variable declarations at the front of code block; 2. Add compilation flag `Q_COMPILER_INITIALIZER_LISTS`;
Signed-off-by: Le Tan <tamlokveer@gmail.com>