aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/treesitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/lua/treesitter.h')
-rw-r--r--src/nvim/lua/treesitter.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/lua/treesitter.h b/src/nvim/lua/treesitter.h
new file mode 100644
index 0000000000..d59b5e47a0
--- /dev/null
+++ b/src/nvim/lua/treesitter.h
@@ -0,0 +1,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