mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-06 16:11:32 +03:00

Definitions are provided for: - Various punctuation (divided into 9 groups); - Preprocessor; - Keywords; - Data types; - Data type qualifiers; - Numbers (can be different for the integer, hexadecimal, octal and floatpoint representations); - Strings and escaped characters; - Comments (with keywords like "TODO:"); - Labels. In total 32 "defines"... Based on the original "c.syntax" file, this version includes most of the content from C89..C23. Closes MidnightCommander/mc#203. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>