AutoYADM commit: 2025-02-19 19:00:06
This commit is contained in:
parent
b6aecabcf0
commit
a293bcb019
3 changed files with 10 additions and 1 deletions
|
@ -84,7 +84,8 @@ onSave = true
|
||||||
name = "mail"
|
name = "mail"
|
||||||
scope = "text.mail"
|
scope = "text.mail"
|
||||||
file-types = ["eml"]
|
file-types = ["eml"]
|
||||||
# injection-regex = "mail|eml|email"
|
# language-servers = ["harper-ls"]
|
||||||
|
injection-regex = "mail|eml|email"
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "mail"
|
name = "mail"
|
||||||
|
|
6
.config/helix/runtime/queries/mail/injections.scm
Normal file
6
.config/helix/runtime/queries/mail/injections.scm
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
; ((body) @injection.content
|
||||||
|
; (#set! injection.language "markdown")
|
||||||
|
; (#set! injection.include "body_line")
|
||||||
|
; (#set! injection.include "empty_line"))
|
||||||
|
((body) @injection.content
|
||||||
|
(#set! injection.language "markdown"))
|
|
@ -21,6 +21,8 @@ X-ExtEditorR-Help: KEEP blank line below to separate headers from body.
|
||||||
|
|
||||||
Thanks for your response@
|
Thanks for your response@
|
||||||
|
|
||||||
|
*Markdown*
|
||||||
|
|
||||||
---
|
---
|
||||||
Daniel Fichtinger
|
Daniel Fichtinger
|
||||||
- Graduate Student
|
- Graduate Student
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue