-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The combination of Polymode and Flycheck works by accident because PHP has a syntactical property that ignores the outside of <?php and ?>.
However, the following cases are exceptions:
- The code contains a
declarestatement. - Missing
?>at the end of the code.
The solution of this problem requires the cooperation of both Flycheck and Polymode.
For example, it should be reasonably possible by reusing the buffer possessed by Polymode.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request