tree-sitter-cmake/corpus/two_arguments.txt
2021-04-08 00:17:31 +02:00

18 lines
282 B
Plaintext

=====================================
Command invocation with two arguments
=====================================
message(STATUS Hello)
---
(source_file
(command_invocation
(identifier)
(arguments
(argument)
(seperation (space))
(argument)
)
)
)