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

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

#include "nvim/macros_defs.h"

#include "lua/treesitter.h.generated.h"

EXTERN uint64_t tslua_query_parse_count INIT( = 0);