- Timestamp:
- May 25, 2017, 3:29:25 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- f851015
- Parents:
- a4943d8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/cfa.nanorc
ra4943d8c r58daf53 12 12 color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|auto)\>" 13 13 color green "\<(static|const|struct|union|typedef|extern|(un)?signed|inline)\>" 14 color green "\<((s?size)| ((u_?)?int(8|16|32|64|ptr)))_t\>"14 color green "\<((s?size)|one|zero|((u_?)?int(8|16|32|64|ptr)))_t\>" 15 15 16 16 # Declarations … … 39 39 40 40 # Values 41 # Booleans 42 color blue "\<(true|false)\>" 41 43 # Characters 42 44 color brightmagenta "'([^'\]|(\\")|(\\['abfnrtv\\]))'"
Note: See TracChangeset
for help on using the changeset viewer.