1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Declare ts_language_c().

This commit is contained in:
Rob Rix 2015-11-25 18:38:38 -05:00
parent 3f37b6544f
commit f82ff23e8d

View File

@ -1,5 +1,7 @@
#include "tree_sitter/runtime.h"
extern TSLanguage *ts_language_c();
void ts_document_root_node_p(TSDocument *document, TSNode *outNode);
const char *ts_node_p_name(const TSNode *node, const TSDocument *document);