mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
11 lines
182 B
C
11 lines
182 B
C
#ifndef NVIM_LINEMATCH_H
|
|
#define NVIM_LINEMATCH_H
|
|
|
|
#include <stddef.h>
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "linematch.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_LINEMATCH_H
|