Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/mail/textobjects.scm')
-rw-r--r--runtime/queries/mail/textobjects.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/queries/mail/textobjects.scm b/runtime/queries/mail/textobjects.scm
new file mode 100644
index 00000000..07191dc6
--- /dev/null
+++ b/runtime/queries/mail/textobjects.scm
@@ -0,0 +1,13 @@
+(atom_block
+ (atom) @entry.inside) @entry.around
+
+(email_address) @entry.around
+(header_other
+ (header_unstructured) @entry.around)
+
+(quoted_block)+ @comment.around
+
+(body_block)+ @function.around
+
+(header_subject
+ (subject) @function.around)