Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/thrift/folds.scm')
| -rw-r--r-- | runtime/queries/thrift/folds.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/queries/thrift/folds.scm b/runtime/queries/thrift/folds.scm new file mode 100644 index 00000000..1361be1f --- /dev/null +++ b/runtime/queries/thrift/folds.scm @@ -0,0 +1,12 @@ +[ + (annotation_definition) + (enum_definition) + (exception_definition) + (function_definition) + (senum_definition) + (service_definition) + (struct_definition) + (union_definition) + + (comment) +] @fold |