diff --git a/script/fetch-fixtures b/script/fetch-fixtures index 5b32a66e..89b9c5fa 100755 --- a/script/fetch-fixtures +++ b/script/fetch-fixtures @@ -30,3 +30,4 @@ fetch_grammar go master fetch_grammar ruby master fetch_grammar typescript master fetch_grammar bash master +fetch_grammar html master diff --git a/test/integration/real_grammars.cc b/test/integration/real_grammars.cc index 02752a34..0a0e6d7d 100644 --- a/test/integration/real_grammars.cc +++ b/test/integration/real_grammars.cc @@ -25,6 +25,7 @@ if (TREE_SITTER_SEED == -1) return; vector test_languages({ "javascript", "json", + "html", "c", "cpp", "python",