$OpenBSD: patch-doc_syntax_java_nanorc,v 1.1 2006/12/14 21:26:53 naddy Exp $
--- doc/syntax/java.nanorc.orig	Thu Jun  8 14:49:57 2006
+++ doc/syntax/java.nanorc	Thu Dec  7 17:32:53 2006
@@ -1,11 +1,11 @@
 ## Here is an example for Java.
 ##
 syntax "java" "\.java$"
-color green "\<(boolean|byte|char|double|float|int|long|new|short|this|transient|void)\>"
-color red "\<(break|case|catch|continue|default|do|else|finally|for|if|return|switch|throw|try|while)\>"
-color cyan "\<(abstract|class|extends|final|implements|import|instanceof|interface|native|package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)\>"
+color green "[[:<:]](boolean|byte|char|double|float|int|long|new|short|this|transient|void)[[:>:]]"
+color red "[[:<:]](break|case|catch|continue|default|do|else|finally|for|if|return|switch|throw|try|while)[[:>:]]"
+color cyan "[[:<:]](abstract|class|extends|final|implements|import|instanceof|interface|native|package|private|protected|public|static|strictfp|super|synchronized|throws|volatile)[[:>:]]"
 color red ""[^"]*""
-color yellow "\<(true|false|null)\>"
+color yellow "[[:<:]](true|false|null)[[:>:]]"
 color blue "//.*"
 color blue start="/\*" end="\*/"
 color brightblue start="/\*\*" end="\*/"
