diff --git a/src/tree_sitter_rst/chars.c b/src/tree_sitter_rst/chars.c index cbb67e1..f24c8bd 100644 --- a/src/tree_sitter_rst/chars.c +++ b/src/tree_sitter_rst/chars.c @@ -122,12 +122,12 @@ bool is_start_char(int32_t c) { const int32_t valid_chars[] = { '-', - ':', + ':', ':', '/', '\'', - '"', + '"', '“', '「', '<', - '(', + '(', "(", '[', '{', }; @@ -147,17 +147,17 @@ bool is_end_char(int32_t c) { const int32_t valid_chars[] = { '-', - '.', - ',', - ':', - ';', - '!', - '?', + '.', '。', + ',', ',', + ':', ':', + ';', ';', + '!', '!', + '?', '?', '\\', '/', '\'', - '"', - ')', + '"', '”', '」', + ')', ")", ']', '}', '>',