We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f105f90 commit 0e63abdCopy full SHA for 0e63abd
1 file changed
purescript-font-lock.el
@@ -230,13 +230,6 @@ Returns keywords suitable for `font-lock-keywords'."
230
(2 (symbol-value 'purescript-keyword-face) nil lax))
231
232
(,reservedsym 1 (symbol-value 'purescript-operator-face))
233
- ;; Special case for `foreign export'
234
- ;; keywords in foreign export statements but are not otherwise reserved.
235
- ("\\<\\(foreign\\)[ \t]+\\(export\\)[ \t]+\\(?:\\(ccall\\|stdcall\\|cplusplus\\|jvm\\|dotnet\\)[ \t]+\\)?"
236
- (1 (symbol-value 'purescript-keyword-face) nil lax)
237
- (2 (symbol-value 'purescript-keyword-face) nil lax)
238
- (3 (symbol-value 'purescript-keyword-face) nil lax))
239
-
240
;; Toplevel Declarations.
241
;; Place them *before* generic id-and-op highlighting.
242
(,topdecl-var (1 (symbol-value 'purescript-definition-face)))
0 commit comments