Skip to content

Commit 258d6c5

Browse files
committed
Add Psalm template annotations to php-phpdoc-type-tags
1 parent 0bbdc46 commit 258d6c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lisp/php-mode.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,9 @@ for \\[find-tag] (which see)."
12951295
(defconst php-phpdoc-type-tags
12961296
(list "package" "param" "property" "property-read" "property-write"
12971297
"return" "throws" "var" "self-out" "this-out" "param-out"
1298-
"type")
1298+
"type" "extends" "require-extends" "implemtents" "require-implements"
1299+
"template" "template-covariant" "template-extends" "template-implements"
1300+
"assert" "assert-if-true" "assert-if-false" "if-this-is")
12991301
"A list of tags specifying type names.")
13001302

13011303
(defconst php-phpdoc-font-lock-doc-comments

0 commit comments

Comments
 (0)