Skip to content

Commit e5bd7cb

Browse files
rectangular-zonejuergenhoetzel
authored andcommitted
This capture group needs to be omit-able
1 parent 21bcca6 commit e5bd7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsharp-mode-font.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ with initial value INITVALUE and optional DOCSTRING."
288288
;; attributes
289289
(,fsharp-attributes-regexp
290290
(1 font-lock-preprocessor-face)
291-
(2 font-lock-string-face)
291+
(2 font-lock-string-face nil t)
292292
(3 font-lock-preprocessor-face))
293293
;; ;; type defines
294294
(,fsharp-type-def-regexp 1 font-lock-type-face)

0 commit comments

Comments
 (0)