Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/jq/textobjects.scm')
| -rw-r--r-- | runtime/queries/jq/textobjects.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/queries/jq/textobjects.scm b/runtime/queries/jq/textobjects.scm new file mode 100644 index 00000000..ff078cd1 --- /dev/null +++ b/runtime/queries/jq/textobjects.scm @@ -0,0 +1,8 @@ +(comment) @comment.inside +(comment)+ @comment.around + +(funcdef + (query) @function.inside) @function.around + +(objectkeyval + (_) @entry.inside) @entry.around |