Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/doxyfile/textobjects.scm')
| -rw-r--r-- | runtime/queries/doxyfile/textobjects.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/doxyfile/textobjects.scm b/runtime/queries/doxyfile/textobjects.scm new file mode 100644 index 00000000..c4623f71 --- /dev/null +++ b/runtime/queries/doxyfile/textobjects.scm @@ -0,0 +1,5 @@ +(option + value: (_) @entry.inside) @entry.around + +(comment) @comment.inside +(comment)+ @comment.around |