mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 01:51:30 +10:00
8 lines
140 B
C
8 lines
140 B
C
#pragma once
|
|
|
|
#include <lua.h> // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "lua/treesitter.h.generated.h"
|
|
#endif
|