mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
11 lines
211 B
C
11 lines
211 B
C
#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
|