Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add PHP linter #48
Comments
|
An initial linter could be one that uses the clike tokenizer in CodeMirror to ensure there are balanced braces. |
|
For a server-side PHP linter, see 1ff1bce This had to be revered because the approach will not work on many hosts due to security restrictions. |
|
We could possibly implement a lightweight linter in PHP that uses CodeMirror's tokenizer to do brace matching. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
westonruter commentedAug 26, 2017
No description provided.