Index: tools/cfa.nanorc
===================================================================
--- tools/cfa.nanorc	(revision 96df7c9cd72c9ab81e6a470d9a8cd38aa81aab33)
+++ tools/cfa.nanorc	(revision 309012709e091dfaf06aaeec56491e73a68b71a1)
@@ -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)\>"
 
