blob: 129d2c71251c90165690655f64d016027b9891df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NVIM_LINEMATCH_H
#define NVIM_LINEMATCH_H
#include <stddef.h>
#include "nvim/pos.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "linematch.h.generated.h"
#endif
#endif // NVIM_LINEMATCH_H
|