fix(phpdoc): disable spell checking of attribute names (#5015)

This commit is contained in:
Tomasz N 2023-10-22 03:21:51 +02:00 committed by GitHub
parent 6f2ef910c2
commit ce2a9fb89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
(tag_name) @attribute
(tag_name) @attribute @nospell
(tag
(tag_name) @_tag (#eq? @_tag "@param")
(variable_name) @parameter
@ -24,6 +24,8 @@
(named_type)
(optional_type)
] @type)
(type_list) @nospell
(variable_name) @nospell
(tag
(description (text) @text))
(tag