diff options
| -rw-r--r-- | isar/isar-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index 4002f1b8..1232d4be 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -369,7 +369,7 @@ matches contents of quotes for quoted identifiers.") (defvar isar-output-font-lock-keywords-1 (list - '("\^A[IJKLMNV]" (0 '(face nil invisible t) t)) + '("\^A[IJKLMNOPV]" (0 '(face nil invisible t) t)) (isar-output-flkprops "\^AW" "\\(?:[^\^A]\\|\^A[^X]\\)*" "\^AX" '(face (:underline t) mouse-face 'highlight sendback t)) |
