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.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/runtime/queries/mail/textobjects.scm b/runtime/queries/mail/textobjects.scm deleted file mode 100644 index 07191dc6..00000000 --- a/runtime/queries/mail/textobjects.scm +++ /dev/null @@ -1,13 +0,0 @@ -(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) |