aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/treesitter.h
blob: 14df06e184c0045ce5490bd147f975d5f197ad12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <lua.h>  // IWYU pragma: keep
#include <stdint.h>

#include "nvim/macros_defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/treesitter.h.generated.h"
#endif

EXTERN uint64_t tslua_query_parse_count INIT( = 0);