#ifndef TREE_SITTER_MARKDOWN_PREDICATE_UTIL_GENERATED_H_
#define TREE_SITTER_MARKDOWN_PREDICATE_UTIL_GENERATED_H_
#include "./shared_type.h"
namespace tree_sitter_markdown {
bool is_unicode_Zs(LexedCharacter character);
bool is_unicode_Pc_Pd_Pe_Pf_Pi_Po_Ps(LexedCharacter character);
}
#endif // TREE_SITTER_MARKDOWN_PREDICATE_UTIL_GENERATED_H_