feat: init lang
This commit is contained in:
Generated
+16
@@ -0,0 +1,16 @@
|
||||
#ifndef TREE_SITTER_EMM_H_
|
||||
#define TREE_SITTER_EMM_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const TSLanguage *tree_sitter_emm(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_EMM_H_
|
||||
Reference in New Issue
Block a user