Commit graph

8 commits

Author SHA1 Message Date
Uy Ha fe9b5e0229 feat: put arguments in argument_list node 2023-06-28 14:33:56 +00:00
Uy Ha ef75262109 feat: put the body of commands into a body node
This is motivated by helping writing queries for indenting nodes easier
2023-06-28 13:14:23 +00:00
Uy Ha 3d23db47a5 fix: else and endif arguments 2022-07-08 12:04:54 +07:00
Uy Ha 6ea184f8c0 Add test case for if condition having parentheses 2021-07-02 09:26:41 +02:00
Uy Ha b8c45d2a2b Fix grammar for allowing white space to appear everywher 2021-06-29 20:35:34 +02:00
Uy Ha e3dfc2cdca Stop treating command argument as special:
- Planning to move the highlight responsibility to the highlight query
- Stop trying to parse frequently used commands
- One test is failing because of `unquoted_argument`, planning to fix
2021-06-27 21:22:42 +02:00
Uy Ha 5047c61bba Add message and its test case 2021-06-17 23:06:32 +02:00
Uy Ha eb032187a2 Add if and its test cases 2021-06-17 22:32:18 +02:00