Ticket #4556 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

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

c.syntax (9.6 KB) - added by MorthimerMcMare 3 months ago.
"/misc/syntax/c.syntax"

Change History

Changed 3 months ago by MorthimerMcMare

"/misc/syntax/c.syntax"

comment:1 Changed 2 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
Note: See TracTickets for help on using tickets.