Skip to content

Commit

Permalink
Oops, like this.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Apr 3, 2024
1 parent ab19d68 commit 98f9e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions futhark-highlight.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 "\\)")
Expand Down

0 comments on commit 98f9e7e

Please sign in to comment.