plugin-php
plugin-php copied to clipboard
INC file extension not recognized
Prettier 3.2.5
PHP Plugin 0.22.2
Expected behavior: PHP files with inc extension should not require closing php tag
Actual behavior: Prettier throws an error if no ?> is found
[error] test.inc: SyntaxError: Unexpected character "EOF" (3:1)
[error] 1 | <?php
[error] 2 | $test = "echo";
[error] > 3 |
[error] | ^