Changeset 2bb2efa9


Ignore:
Timestamp:
Mar 27, 2020, 4:09:06 PM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
bb2e05e
Parents:
f0ce5f4
Message:

Added a few missing concurrency keywords.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/cfa.nanorc

    rf0ce5f4 r2bb2efa9  
    1414
    1515# Declarations
    16 color brightgreen "\<(struct|union|typedef|trait|coroutine|monitor|thread)\>"
    17 color brightgreen "\<(with)\>"
     16color brightgreen "\<(struct|union|typedef|trait|coroutine|generator)\>"
     17color brightgreen "\<(monitor|thread|with)\>"
    1818
    1919# Control Flow Structures
    2020color brightyellow "\<(if|else|while|do|for|switch|choose|case|default)\>"
    21 color brightyellow "\<(disable|enable|waitfor|when|timeout)\>"
     21color brightyellow "\<(disable|enable|waitfor|when|timeout|suspend)\>"
    2222color brightyellow "\<(try|catch(Resume)?|finally)\>"
    2323
Note: See TracChangeset for help on using the changeset viewer.