Changeset 3be6ef3


Ignore:
Timestamp:
Feb 8, 2024, 2:20:18 PM (3 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
9d4628b
Parents:
14755e5
Message:

Added a few more missing keywords to the cfa.nanorc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/cfa.nanorc

    r14755e5 r3be6ef3  
    1010color green "\<(forall|trait|(o|d|f|t)type|mutex|_Bool|volatile|virtual)\>"
    1111color green "\<(float|double|bool|char|int|short|long|enum|void|auto)\>"
    12 color green "\<(static|const|extern|(un)?signed|inline|sizeof|vtable)\>"
    1312color green "\<((s?size)|one|zero|((u_?)?int(8|16|32|64|ptr)))_t\>"
     13color green "\<(static|const|extern|(un)?signed|inline)\>"
     14color green "\<(typeof|vtable|sizeof|alignof)\>"
    1415
    1516# Declarations
Note: See TracChangeset for help on using the changeset viewer.