mirror of
https://github.com/github/codeql.git
synced 2026-05-21 22:57:11 +02:00
17 lines
262 B
C
17 lines
262 B
C
#ifndef TREE_SITTER_TSG_PYTHON_H_
|
|
#define TREE_SITTER_TSG_PYTHON_H_
|
|
|
|
typedef struct TSLanguage TSLanguage;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const TSLanguage *tree_sitter_tsg_python(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // TREE_SITTER_TSG_PYTHON_H_
|