fix user macro

This commit is contained in:
anon 2024-09-15 14:15:13 +02:00
parent 6f5b5e954d
commit 33628ee13c

View File

@ -44,7 +44,7 @@ char * tbtext(const char * const code, TSNode node) {\n\
return r;\n\
}\n\
\n\
#define tbget_text tbtext(code, tbnode)\n\
#define tbget_text tbtext(tbcode, tbnode)\n\
#define tbget_node_text(n) tbtext(tbcode, n)\n\
#define tbis_enter (tbcurrent_cases == tbenter_cases)\n\
";