mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
treesitter: update runtime
Update to 81d533d2d1b580fdb507accabc91ceddffb5b6f0.
This commit is contained in:
@@ -1267,7 +1267,7 @@ void ts_query_disable_pattern(
|
||||
* QueryCursor
|
||||
***************/
|
||||
|
||||
TSQueryCursor *ts_query_cursor_new() {
|
||||
TSQueryCursor *ts_query_cursor_new(void) {
|
||||
TSQueryCursor *self = ts_malloc(sizeof(TSQueryCursor));
|
||||
*self = (TSQueryCursor) {
|
||||
.ascending = false,
|
||||
|
Reference in New Issue
Block a user