Remove definition for nonexistent font-lock face

This commit is contained in:
Jessie Hildebrandt 2023-02-04 22:19:56 -05:00
parent 35d35f5172
commit 8ca0663556

View File

@ -230,7 +230,6 @@
`(font-lock-string-face ((,class (:foreground ,teal))))
`(font-lock-warning-face ((,class (:inherit warning))))
`(font-lock-preprocessor-face ((,class (:foreground ,dark-orange))))
`(font-lock-preprocessor-char-face ((,class (:foreground ,violet :weight bold))))
`(font-lock-negation-char-face ((,class (:foreground unspecified :weight bold))))
`(font-lock-regexp-grouping-backslash ((,class (:foreground ,teal :weight bold))))
`(font-lock-regexp-grouping-construct ((,class (:foreground ,teal :weight bold))))