Ticket #4556 (closed enhancement: fixed)
Color definitions in the "c.syntax" highlight file.
Reported by: | MorthimerMcMare | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.32 |
Component: | mcedit | Version: | master |
Keywords: | c, syntax, highlighting | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: | committed-master |
Description
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.
Same pull request: https://github.com/MidnightCommander/mc/pull/201.
Attachments
Change History
comment:1 Changed 3 months ago by andrew_b
- Status changed from new to closed
- Votes for changeset set to committed-master
- Resolution set to fixed
- Milestone changed from Future Releases to 4.8.32
Thanks!
Applied as [cd8355bfa8b22706cd09f144b0a67a1de3d50b9b].
Note: See
TracTickets for help on using
tickets.
"/misc/syntax/c.syntax"