tree-sitter-markdown-updated 0.1.0

Markdown grammar for tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TREE_SITTER_MARKDOWN_INLINE_SCAN_UTIL_GENERATED_H_
#define TREE_SITTER_MARKDOWN_INLINE_SCAN_UTIL_GENERATED_H_

#include "./lexer.h"

namespace tree_sitter_markdown {

void adv_inl_ent_ref_nam(Lexer &lexer, LexedLength &entity_reference_length);

}

#endif // TREE_SITTER_MARKDOWN_INLINE_SCAN_UTIL_GENERATED_H_