blob: d59b5e47a068c68dac56d55f5b5456fc2000942c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_LUA_TREESITTER_H
#define NVIM_LUA_TREESITTER_H
#include "tree_sitter/api.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/treesitter.h.generated.h"
#endif
#endif // NVIM_LUA_TREESITTER_H
|