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

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

[nongnu] elpa/d-mode 85e74ce296 1/5: Add missing builtin "aliased" types


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 85e74ce296 1/5: Add missing builtin "aliased" types.
Date: Tue, 26 Nov 2024 07:00:01 -0500 (EST)

branch: elpa/d-mode
commit 85e74ce296ace21b2d1c2adada623e0bd8ad5c4e
Author: ellxor <ellxor@protonmail.ch>
Commit: ellxor <ellxor@protonmail.ch>

    Add missing builtin "aliased" types.
    Specified at https://dlang.org/spec/type.html#aliased-types
---
 d-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index f4d8b964b8..2cb7b8f17a 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -229,7 +229,8 @@ operators."
   d '("bool" "byte" "ubyte" "char" "delegate" "double" "float"
       "function" "int" "long" "short" "uint" "ulong" "ushort"
       "cent" "ucent" "real" "ireal" "idouble" "ifloat" "creal" "cfloat" 
"cdouble"
-      "wchar" "dchar" "void" "string" "wstring" "dstring" "__vector"))
+      "wchar" "dchar" "void" "string" "wstring" "dstring" "__vector"
+      "size_t" "ptrdiff_t" "noreturn"))
 
 ;; Keywords that can prefix normal declarations of identifiers.
 ;; Union of StorageClass, Attribute, and ParameterAttributes in D grammar.



reply via email to

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