Index: tools/cfa.nanorc
===================================================================
--- tools/cfa.nanorc	(revision f0ce5f46bf7a712637429882bcf81e19c2741855)
+++ tools/cfa.nanorc	(revision 2bb2efa918688a7626b7a598e52570fccc049d0b)
@@ -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)\>"
 
