tree-sitter/spec/integration/helpers/load_language.h
2016-01-14 10:11:30 -08:00

10 lines
305 B
C++

#ifndef INTEGRATION_HELPERS_LOAD_LANGUAGE_H_
#define INTEGRATION_HELPERS_LOAD_LANGUAGE_H_
#include "tree_sitter/compiler.h"
#include "tree_sitter/runtime.h"
#include <string>
const TSLanguage *load_language(const std::string &, const TSCompileResult &);
#endif // INTEGRATION_HELPERS_LOAD_LANGUAGE_H_