We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8402caa + a8f23d8 commit f13b6dbCopy full SHA for f13b6db
haskell-font-lock.el
@@ -426,7 +426,7 @@ on an uppercase identifier."
426
427
;; Special case for `foreign import'
428
;; keywords in foreign import statements but are not otherwise reserved.
429
- ("\\<\\(foreign\\)[ \t]+\\(import\\)[ \t]+\\(?:\\(ccall\\|stdcall\\|cplusplus\\|jvm\\|dotnet\\)[ \t]+\\)?\\(?:\\(safe\\|unsafe\\|interruptible\\)[ \t]+\\)?"
+ ("\\<\\(foreign\\)[ \t]+\\(import\\)[ \t]+\\(?:\\(ccall\\|capi\\|stdcall\\|cplusplus\\|jvm\\|dotnet\\)[ \t]+\\)?\\(?:\\(safe\\|unsafe\\|interruptible\\)[ \t]+\\)?"
430
(1 'haskell-keyword-face nil lax)
431
(2 'haskell-keyword-face nil lax)
432
(3 'haskell-keyword-face nil lax)
0 commit comments