Included HTML parser in randomized test suite

This commit is contained in:
Max Brunsfeld 2018-06-15 16:17:56 -07:00
parent e130c4ddb5
commit b14951de9d
2 changed files with 2 additions and 0 deletions

View file

@ -30,3 +30,4 @@ fetch_grammar go master
fetch_grammar ruby master
fetch_grammar typescript master
fetch_grammar bash master
fetch_grammar html master

View file

@ -25,6 +25,7 @@ if (TREE_SITTER_SEED == -1) return;
vector<string> test_languages({
"javascript",
"json",
"html",
"c",
"cpp",
"python",