File: //home/ubuntu/neovim/build/include/lua/treesitter.h.generated.h
// IWYU pragma: private, include "nvim/lua/treesitter.h"
#define DEFINE_FUNC_ATTRIBUTES
#include "nvim/func_attr.h"
#undef DEFINE_FUNC_ATTRIBUTES
#ifndef DLLEXPORT
# ifdef MSWIN
# define DLLEXPORT __declspec(dllexport)
# else
# define DLLEXPORT
# endif
#endif
DLLEXPORT int tslua_has_language(lua_State *L);
DLLEXPORT int tslua_add_language_from_wasm(lua_State *L);
DLLEXPORT int tslua_add_language_from_object(lua_State *L);
DLLEXPORT int tslua_remove_lang(lua_State *L);
DLLEXPORT int tslua_inspect_lang(lua_State *L);
DLLEXPORT int tslua_push_parser(lua_State *L);
DLLEXPORT int tslua_push_querycursor(lua_State *L);
DLLEXPORT int tslua_parse_query(lua_State *L);
DLLEXPORT void tslua_init(lua_State *L);
DLLEXPORT void tslua_free(void);
#include "nvim/func_attr.h"