We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b681c54 commit 49756cbCopy full SHA for 49756cb
fsharp-mode-font.el
@@ -291,7 +291,7 @@ with initial value INITVALUE and optional DOCSTRING."
291
(,fsharp-type-def-regexp 1 font-lock-type-face)
292
(,fsharp-function-def-regexp 1 font-lock-function-name-face)
293
(,fsharp-pattern-function-regexp 1 font-lock-function-name-face)
294
- ;; Active records
+ ;; Active Pattern
295
("(|" (0 'fsharp-ui-operator-face)
296
("\\([A-Za-z'_]+\\)\\(|)?\\)"
297
nil nil
0 commit comments