feat: add starlark

This commit is contained in:
Amaan Qureshi 2023-02-18 15:00:37 -05:00 committed by Stephan Seitz
parent 83e2e22d9e
commit 1641c4f3b4
8 changed files with 459 additions and 0 deletions

View file

@ -0,0 +1,22 @@
[
(function_definition)
(for_statement)
(if_statement)
(while_statement)
(with_statement)
(match_statement)
(parameters)
(argument_list)
(parenthesized_expression)
(list_comprehension)
(dictionary_comprehension)
(tuple)
(list)
(dictionary)
(string)
] @fold