Skip to content

Commit 1a413e2

Browse files
add never as type
1 parent b6f20d4 commit 1a413e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php-ts-mode.el

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ the available version of Tree-sitter for PHP."
120120
:feature 'type
121121
`([(primitive_type)
122122
(cast_type)
123+
(bottom_type)
123124
(named_type (name) @type)
124125
(named_type (qualified_name) @type)
125126
(namespace_use_clause)

0 commit comments

Comments
 (0)