Changeset f11296a
- Timestamp:
- Jun 6, 2022, 11:43:24 AM (16 months ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- ac1aba4b
- Parents:
- ce98816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/cfa.nanorc
rce98816 rf11296a 10 10 color green "\<(forall|trait|(o|d|f|t)type|mutex|_Bool|volatile|virtual)\>" 11 11 color green "\<(float|double|bool|char|int|short|long|enum|void|auto)\>" 12 color green "\<(static|const|extern|(un)?signed|inline )\>" "\<(sizeof)\>"12 color green "\<(static|const|extern|(un)?signed|inline|sizeof|vtable)\>" 13 13 color green "\<((s?size)|one|zero|((u_?)?int(8|16|32|64|ptr)))_t\>" 14 14 15 15 # Declarations 16 16 color brightgreen "\<(struct|union|typedef|trait|coroutine|generator)\>" 17 color brightgreen "\<(monitor|thread|with )\>"17 color brightgreen "\<(monitor|thread|with|exception)\>" 18 18 19 19 # Control Flow Structures
Note: See TracChangeset
for help on using the changeset viewer.