Fix incremental parsing problem with non-terminal extras

Also add PHP grammar as a fixture to test against.
This commit is contained in:
Max Brunsfeld 2020-03-02 14:17:12 -08:00
parent 415053213f
commit ee46218a73
4 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,7 @@ const LANGUAGES: &'static [&'static str] = &[
"html",
"javascript",
"json",
"php",
"python",
];