Changeset bb2e05e for tools/cfa.nanorc
- Timestamp:
- Mar 27, 2020, 7:28:14 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3090127, a768220
- Parents:
- 92e7631 (diff), 2bb2efa9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/cfa.nanorc
r92e7631 rbb2e05e 14 14 15 15 # Declarations 16 color brightgreen "\<(struct|union|typedef|trait|coroutine| monitor|thread)\>"17 color brightgreen "\<( with)\>"16 color brightgreen "\<(struct|union|typedef|trait|coroutine|generator)\>" 17 color brightgreen "\<(monitor|thread|with)\>" 18 18 19 19 # Control Flow Structures 20 20 color brightyellow "\<(if|else|while|do|for|switch|choose|case|default)\>" 21 color brightyellow "\<(disable|enable|waitfor|when|timeout )\>"21 color brightyellow "\<(disable|enable|waitfor|when|timeout|suspend)\>" 22 22 color brightyellow "\<(try|catch(Resume)?|finally)\>" 23 23
Note: See TracChangeset
for help on using the changeset viewer.