mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 07:32:40 +00:00
feat(treesitter): update C queries from upstream
This commit is contained in:
@@ -580,9 +580,9 @@ describe('treesitter highlighting (C)', function()
|
||||
-- expect everything to have Constant highlight
|
||||
screen:expect{grid=[[
|
||||
{12:int}{8: x = INT_MAX;} |
|
||||
{8:#define READ_STRING(x, y) (char *)read_string((x), (size_t)(y))} |
|
||||
{8:#define foo void main() { \} |
|
||||
{8: return 42; \} |
|
||||
{8:#define READ_STRING(x, y) (}{12:char}{8: *)read_string((x), (}{12:size_t}{8:)(y))} |
|
||||
{8:#define foo }{12:void}{8: main() { \} |
|
||||
{8: }{12:return}{8: 42; \} |
|
||||
{8: }} |
|
||||
^ |
|
||||
{1:~ }|
|
||||
|
||||
Reference in New Issue
Block a user