branch: externals/a68-mode commit 0e63aa0ed4cd79e7a8cff866e39b73849fd6cd7c Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
Fix regexp for tags as composed by taggles --- a68-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index 173fab11df..db9b762b99 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -349,7 +349,7 @@ word-end) ''font-lock-constant-face) ;; Tags. - (cons "\\<[a-z_]+\\>" ''font-lock-variable-name-face) + (cons "\\<[a-z]\\([a-z]_\\)*\\>" ''font-lock-variable-name-face) ;; By convention operators have only upper-letter names. (cons "\\<\\([A-Z]+\\>\\)" ''font-lock-keyword-face) ;; Mode names use ThisCase.