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

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

[nongnu] elpa/php-mode 258d6c5460 04/12: Add Psalm template annotations


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 258d6c5460 04/12: Add Psalm template annotations to php-phpdoc-type-tags
Date: Thu, 3 Nov 2022 12:59:19 -0400 (EDT)

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

    Add Psalm template annotations to php-phpdoc-type-tags
---
 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 effe99e661..5e5b66e790 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -1295,7 +1295,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"
-        "type")
+        "type" "extends" "require-extends" "implemtents" "require-implements"
+        "template" "template-covariant" "template-extends" 
"template-implements"
+        "assert" "assert-if-true" "assert-if-false" "if-this-is")
   "A list of tags specifying type names.")
 
 (defconst php-phpdoc-font-lock-doc-comments



reply via email to

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