aboutsummaryrefslogtreecommitdiff
path: root/bindings/c/tree_sitter/tree-sitter-wmap.h
blob: b477b350c6daa347e88469de15acc49ac4694bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TREE_SITTER_WMAP_H_
#define TREE_SITTER_WMAP_H_

typedef struct TSLanguage TSLanguage;

#ifdef __cplusplus
extern "C" {
#endif

const TSLanguage *tree_sitter_wmap(void);

#ifdef __cplusplus
}
#endif

#endif // TREE_SITTER_WMAP_H_