From 98f9e7e890e082d45034f935d311a399326010ef Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Wed, 3 Apr 2024 13:43:47 +0200 Subject: [PATCH] Oops, like this. --- futhark-highlight.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/futhark-highlight.el b/futhark-highlight.el index a78cf54..5815982 100644 --- a/futhark-highlight.el +++ b/futhark-highlight.el @@ -191,8 +191,8 @@ name)." . font-lock-constant-face) ;;; Numbers - (,(concat "\\(\\S_" futhark-highlight-number "\\)") - . font-lock-constant-face) + (,(concat "\\S_\\(" futhark-highlight-number "\\)") + . (1 font-lock-constant-face)) ;;; Holes (,(concat "\\(" futhark-highlight-hole "\\)")