emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-mode a8f23d8fa1 06/24: Add `capi` calling conventi


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-mode a8f23d8fa1 06/24: Add `capi` calling convention
Date: Tue, 1 Nov 2022 22:58:52 -0400 (EDT)

branch: elpa/haskell-mode
commit a8f23d8fa1708b0e660594623996ac98ee7cb687
Author: amesgen <amesgen@amesgen.de>
Commit: amesgen <amesgen@amesgen.de>

    Add `capi` calling convention
---
 haskell-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-font-lock.el b/haskell-font-lock.el
index 29f888da5a..8d71a167e2 100644
--- a/haskell-font-lock.el
+++ b/haskell-font-lock.el
@@ -426,7 +426,7 @@ on an uppercase identifier."
 
             ;; Special case for `foreign import'
             ;; keywords in foreign import statements but are not otherwise 
reserved.
-            ("\\<\\(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]+\\)?"
              (1 'haskell-keyword-face nil lax)
              (2 'haskell-keyword-face nil lax)
              (3 'haskell-keyword-face nil lax)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]