mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
deceefab74
To reproduce, open this .c file in mcedit (remove backslashes): /* this preprocessor macro is not colorized, when there is whitespace before '#' and the next line is not empty */ \ #if not_colorized int code; /* this preprocessor macro is colorized properly, the next line is empty */ \ #if colorized int code2; Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
ext.d | ||
macros.d | ||
skins | ||
syntax | ||
.gitignore | ||
edit.indent.rc | ||
filehighlight.ini | ||
Makefile.am | ||
mc.charsets | ||
mc.default.keymap | ||
mc.emacs.keymap | ||
mc.ext.in | ||
mc.keymap | ||
mc.lib | ||
mc.macros | ||
mc.menu.in | ||
mcedit.menu.in | ||
xterm.ad |