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

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

[nongnu] elpa/php-mode 235c9a0fd9 1/2: Add @phpstan-self-out and @phpsta


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 235c9a0fd9 1/2: Add @phpstan-self-out and @phpstan-this-out keywords (#714)
Date: Thu, 3 Nov 2022 06:59:17 -0400 (EDT)

branch: elpa/php-mode
commit 235c9a0fd9ad488cf1c9ddc86fbf6b5100015121
Author: take <bararararatty@gmail.com>
Commit: GitHub <noreply@github.com>

    Add @phpstan-self-out and @phpstan-this-out keywords (#714)
---
 lisp/php-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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