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

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

[nongnu] elpa/php-mode 0bbdc46e01 03/12: Add "type" to php-phpdoc-type-t


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 0bbdc46e01 03/12: Add "type" to php-phpdoc-type-tags as "phpstan-type"
Date: Thu, 3 Nov 2022 12:59:19 -0400 (EDT)

branch: elpa/php-mode
commit 0bbdc46e01abb9243421e9cf1af2675ba5a11519
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Add "type" to php-phpdoc-type-tags as "phpstan-type"
---
 lisp/php-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index ee747b05be..effe99e661 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -1294,7 +1294,9 @@ for \\[find-tag] (which see)."
 
 (defconst php-phpdoc-type-tags
   (list "package" "param" "property" "property-read" "property-write"
-        "return" "throws" "var" "self-out" "this-out" "param-out"))
+        "return" "throws" "var" "self-out" "this-out" "param-out"
+        "type")
+  "A list of tags specifying type names.")
 
 (defconst php-phpdoc-font-lock-doc-comments
   `(("{@[-[:alpha:]]+\\s-*\\([^}]*\\)}" ; "{@foo ...}" markup.



reply via email to

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