Fix incremental parsing problem with non-terminal extras
Also add PHP grammar as a fixture to test against.
This commit is contained in:
parent
415053213f
commit
ee46218a73
4 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ const LANGUAGES: &'static [&'static str] = &[
|
|||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
"php",
|
||||
"python",
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue