difftastic/vendored_parsers/tree-sitter-f-sharp/bindings/c/tree-sitter-fsharp.h

17 lines
246 B
C

#ifndef TREE_SITTER_FSHARP_H_
#define TREE_SITTER_FSHARP_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_fsharp(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_FSHARP_H_