Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/fga/textobjects.scm')
| -rw-r--r-- | runtime/queries/fga/textobjects.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/fga/textobjects.scm b/runtime/queries/fga/textobjects.scm new file mode 100644 index 00000000..eddaa614 --- /dev/null +++ b/runtime/queries/fga/textobjects.scm @@ -0,0 +1,9 @@ +(condition_declaration + body: (_) @function.inside) @function.around + +(param + ((_) @parameter.inside . ","? @parameter.around) @parameter.around) + +(comment) @comment.inside + +(comment)+ @comment.around |