summaryrefslogtreecommitdiffstats
path: root/vendored_parsers/tree-sitter-elm/bindings/swift/TreeSitterElm/elm.h
blob: 80f7b49f5a8ac4026827509af83a1d52fcb43b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TREE_SITTER_ELM_H_
#define TREE_SITTER_ELM_H_

typedef struct TSLanguage TSLanguage;

#ifdef __cplusplus
extern "C" {
#endif

extern TSLanguage *tree_sitter_elm();

#ifdef __cplusplus
}
#endif

#endif // TREE_SITTER_ELM_H_