Index: tools/cfa.nanorc
===================================================================
--- tools/cfa.nanorc	(revision ae47a2321170162fbc21b7a9455e104e86c20158)
+++ tools/cfa.nanorc	(revision fe5c01dc12bdff1880c53a48f4b74eb6262c2008)
@@ -2,6 +2,5 @@
 ## WIP
 
-syntax "cfa" "\.cfa$"
-## No magic
+syntax "cfa" "\.cfa"
 
 # Macros
@@ -19,8 +18,8 @@
 # Control Flow Structures
 color brightyellow "\<(if|else|while|do|for|switch|choose|case|default)\>"
-##color brightyellow "\<(try|catch|catchResume|finally)\>"
+color brightyellow "\<(try|catch|catchResume|finally)\>"
 
 # Control Flow Statements
-color magenta "\<(return|break|continue|fallthru|throw)\>"
+color magenta "\<(return|break|continue|fallthru|throw|throwResume)\>"
 
 # Operator Names
@@ -46,5 +45,5 @@
 color brightmagenta "'\\(([0-3]?[0-7]{1,2}))'" "'\\x[0-9A-Fa-f]{1,2}'"
 # Strings and Angle Strings
-color brightyellow ""([^"]|\\")*"" "<[^[:blank:]=]*>"
+color yellow ""([^"]|\\")*"" "<[^[:blank:]=]*>"
 # Multiline Strings: This regex is VERY expencive and often too strong.
 ###color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
