tree-sitter-cmake/corpus/two_arguments.txt

18 lines
282 B
Plaintext
Raw Normal View History

2021-04-07 18:02:11 -04:00
=====================================
Command invocation with two arguments
=====================================
message(STATUS Hello)
---
(source_file
(command_invocation
(identifier)
(arguments
(argument)
2021-04-07 18:17:31 -04:00
(seperation (space))
2021-04-07 18:02:11 -04:00
(argument)
)
)
)