Index: tools/cfa.nanorc
===================================================================
--- tools/cfa.nanorc	(revision 92e7631c742d91efe39fcc19647764af9d15f167)
+++ tools/cfa.nanorc	(revision bb2e05e9c3217d0e578d8a1fc236a3d3915670b9)
@@ -14,10 +14,10 @@
 
 # Declarations
-color brightgreen "\<(struct|union|typedef|trait|coroutine|monitor|thread)\>"
-color brightgreen "\<(with)\>"
+color brightgreen "\<(struct|union|typedef|trait|coroutine|generator)\>"
+color brightgreen "\<(monitor|thread|with)\>"
 
 # Control Flow Structures
 color brightyellow "\<(if|else|while|do|for|switch|choose|case|default)\>"
-color brightyellow "\<(disable|enable|waitfor|when|timeout)\>"
+color brightyellow "\<(disable|enable|waitfor|when|timeout|suspend)\>"
 color brightyellow "\<(try|catch(Resume)?|finally)\>"
 
