Index: tools/cfa.nanorc
===================================================================
--- tools/cfa.nanorc	(revision f2e746db52e424ec1e126ea606d9c04e53e0f65f)
+++ tools/cfa.nanorc	(revision 8ca3a72b36ccb51a65310cc76b8097bfeab9dcef)
@@ -12,5 +12,5 @@
 color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|auto)\>"
 color green "\<(static|const|struct|union|typedef|extern|(un)?signed|inline)\>"
-color green "\<((s?size)|((u_?)?int(8|16|32|64|ptr)))_t\>"
+color green "\<((s?size)|one|zero|((u_?)?int(8|16|32|64|ptr)))_t\>"
 
 # Declarations
@@ -39,4 +39,6 @@
 
 # Values
+# Booleans
+color blue "\<(true|false)\>"
 # Characters
 color brightmagenta "'([^'\]|(\\")|(\\['abfnrtv\\]))'"
