$OpenBSD: patch-doc_syntax_asm_nanorc,v 1.1 2006/12/14 21:26:53 naddy Exp $
--- doc/syntax/asm.nanorc.orig	Thu Jun  1 19:23:28 2006
+++ doc/syntax/asm.nanorc	Thu Dec  7 17:32:53 2006
@@ -1,7 +1,7 @@
 ## Here is an example for assembler.
 ##
 syntax "asm" "\.(S|s|asm)$"
-color red "\<[A-Z_]{2,}\>"
+color red "[[:<:]][A-Z_]{2,}[[:>:]]"
 color brightgreen "\.(data|subsection|text)"
 color green "\.(align|file|globl|global|hidden|section|size|type|weak)"
 color brightyellow "\.(ascii|asciz|byte|double|float|hword|int|long|short|single|struct|word)"
